Show sourcecode
The following files exists in this folder. Click to view.
upg1.php
upg2.php
upg3.php
upg4.php
upg5.php
upg6.php
upg7.php
upg1.php
12 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html>
<body>
<?php
$fahrenheit = 130;
$celsius = 5/9*($fahrenheit-32);
echo "$fahrenheit i celsius: $celsius";
?>
</body>
</html>