I have never had a problem with WAMP or PHP in the past. We are using WAMP on a computer to test and develop a website application. Oddly enough PHPMyAdmin runs and works perfectly. However any web page in PHP I made will not run. Even a simple hello world script. Don't worry, I know that by default WAMP turns off <?...?> but i do not use those tags.
PHP Code:
<?php echo "hello world!"; ?>
Does anyone have any ideas? Thank You!
Andrew
Last edited by djab; 09-07-2010 at 01:47 PM..
|