Beginner PHP trouble

Hi Im having a problem with php, I create a test page using the

<?php phpinfo(); ?>

function and it comes up a blank page or “Unable to connect” page. http://localhost returns a it works page but when i refresh the page it comes up with a “Unable to connect” page.
"[warn] php module is already loaded skipping

[warn] php module is already loaded skipping"

Im using WAMP. Can anyone help?

I did a fresh installof apche2.2 and php5, and didnt modify the default settings that http://16bytes.com/How_to_install_PHP5_ … ndows.html said to do
and It works fine with http://localhost everytime but http://localhost/phptest.php comes up: 400 Bad Request
Your browser sent a request that this server could not understand.

Im using the apache cgi install which is probably why i dont get the "[warn] php module is already loaded skipping

[warn] php module is already loaded skipping" anymore.

and

<?php phpinfo(); ?> is the only code.
Sponsor our Newsletter | Privacy Policy | Terms of Service