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 Link to comment https://forums.phpfreaks.com/topic/50100-solved-getting-blank-screen/ 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. Link to comment https://forums.phpfreaks.com/topic/50100-solved-getting-blank-screen/#findComment-246151 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 Link to comment https://forums.phpfreaks.com/topic/50100-solved-getting-blank-screen/#findComment-249551 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.