Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

Webserver1/Ovningar/Grunder/

ovning_gr1.php
ovning_gr2.php
ovning_gr3.php
ovning_gr4.php
ovning_gr5.php
ovning_gr6.php
ovning_gr7.php

ovning_gr1.php

14 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html>

<body>

  <?php
  $Fahrenheit 
100;
  
$Celcius = (9) * ($Fahrenheit 32);
  echo 
$Celcius;
  
?>

</body>

</html>