narendra12345 Posted May 5, 2007 Share Posted May 5, 2007 Hi, I am using php-5.2.1-Win32.exe installer and mysql 4.1.13. echo phpinfo(); ok echo "hello" ; ok if i m using any mysql command like..... mysql_connect or other mysql command it shows blank screen on browser.what should i do for working properly. is there any configuration php.ini which i should change ? Kindly help me by giving the solution Thanks Narendra Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted May 5, 2007 Share Posted May 5, 2007 I guess you haven't enabled the mysql extension yet, please read this FAQ. Also I recommend you to turn on a setting called display_errors this will allow you to see errors rather than a blank very unhelpful screen when errors occur. Quote Link to comment Share on other sites More sharing options...
narendra12345 Posted May 10, 2007 Author Share Posted May 10, 2007 Thanks a lot, I enabled Display_Error(), I Used Zip version for Php 5.2.1 for missing DLL+ Installer for Php 5.2.1 I used <?PHP ?>, I version 4.0 I was using <? >, Because of that there was blank screen. Now the Issue has been solved . Thanks for your Coperation and Instant Reply. Narendra 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.