PHP kurulumunuzu test etmek için aşağıdaki metni test.php adlı bir dosyaya yazıp web sunucunuzun root klasörüne atıp, http://webserver_IPsi/test.php adresinden test edebilirsiniz.
<head>
<title> PHP Test Script </title>
</head>
<body>
<?php
phpinfo( );
?>
</body>
</html>
{jcomments on}