Difference between revisions of "CSC220 phpinfo.php"

From dftwiki3
Jump to: navigation, search
(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 />
[[Categoy:CSC220]][[Category:Php]]
+
[[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>