Show sourcecode
The following files exists in this folder. Click to view.
gr.html
ovn_gr1.php
ovn_gr2.php
ovn_gr3a.php
ovn_gr3b.php
ovn_gr4.php
ovn_gr5.php
ovn_gr6.php
ovn_gr7.php
ovn_gr1.php
13 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html>
<body>
<?php
$Fahrenheit = 20;
$Celcius = 5/9*($Fahrenheit-32);
echo $Fahrenheit. "<br>";
echo $Celcius;
?>
</body>
</html>