should this tell me if my PHP is running on 10.2.2
from a browser I type - http://localhost/test_php/test.php
the file is:
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php phpinfo ()
?>
</body>
</html>
I should see a status page - right?
from a browser I type - http://localhost/test_php/test.php
the file is:
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php phpinfo ()
?>
</body>
</html>
I should see a status page - right?