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... Link to comment https://forums.phpfreaks.com/topic/76141-help-me-fix-an-issue-while-installing-wamp/ 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 ? Link to comment https://forums.phpfreaks.com/topic/76141-help-me-fix-an-issue-while-installing-wamp/#findComment-385367 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.