Jump to content

[SOLVED] Getting Blank screen


Recommended Posts

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

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.

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.