Difference between revisions of "CSC220 phpinfo.php"
(Created page with '--~~~~ ---- <code><pre> <html> <head> <title>Php variables</title> <body> <?php phpinfo(); ?> </body> </html> </pre></code> <br /> <br /> <br /> <br /> <br /> <br /> <…') |
|||
Line 34: | Line 34: | ||
<br /> | <br /> | ||
− | [[ | + | [[Category:CSC220]][[Category:Php]] |
Latest revision as of 18:31, 19 September 2010
--D. Thiebaut 23:25, 19 September 2010 (UTC)
<html>
<head>
<title>Php variables</title>
<body>
<?php
phpinfo();
?>
</body>
</html>