cindhuja Posted November 6, 2007 Share Posted November 6, 2007 I just installed WAMP....apache,php and mysql are installed perfectly...i executed the script index.php(default script, which came along with the wamp package) in IE as http://localhost/....the phpinfo details were shown in the browser correctly...but when i saved a new script test.php in the same folder were index.php was located...i got a blank screen alone..it didnt even say file not found...wat is the problem....should i make any changes in php.ini or httpd.conf file....Help me fix this please... Quote Link to comment Share on other sites More sharing options...
MadTechie Posted November 6, 2007 Share Posted November 6, 2007 try a new script <?php echo "Hello "; ?> world does that work ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.