CSC220 phpinfo.php

From dftwiki3
Jump to: navigation, search

--D. Thiebaut 23:25, 19 September 2010 (UTC)


<html>
<head>
<title>Php variables</title>
<body>

<?php
phpinfo();
?>

</body>
</html>