Hi there
 
I am a complete newcomer to PHP and am attempting to install
PHP 4.3.3 on a Computer running Windows XP Professional
I have installed MySql 4.0.16 and the Admin window comes up correctly
I havw Apache 1.3.28(win32)PHP/4.3.3 up and running
 
However I cannot run PHP files
 
e.g.
 
<html>
<head>
<title>PHP TESTER</title>
</head>
<body>
<p>This is an HTML Line
<p>
<?php
 echo "This is a PHP Line";
 phpinfo();
?>
</body>
</html>
 
Shows up as
 
This is an HTML Line
 
So the PHP Instructions are not being converted through Apache.
 
Any help appreciated
 
regards
 
Tony Prodger
 
 

Reply via email to