Just starting, problems already...HELP

So I have it tied into my Apache web server…

PHP Test Script <?php phpinfo( ); ?>

What is wrong with that file? I have tried it with and without the space in the parenthesis behind phpinfo, neither one will pull up my phpinfo in a web browser.

well, what’s it doing? If it is printing out all of the php code, then the apache server and php are not talking to each other. If you installed your server first, then php, try restarting the server.

What version of PHP did you install? And does Apache know that it’s installed (i.e. load the modules)? On a sidenote: the space between the parentheses is not required :wink:

Sponsor our Newsletter | Privacy Policy | Terms of Service