Jump to content

Php page not loading - need help


manjunathtumkur

Recommended Posts

Hello guys,

I have created some code which will parse webpages and stores result in a db.

Its working fine in local host but when moved to server its showing blank page.

only welcome page(html) is loading but none of php pages are loading.

Am using lot of loops. is that the problem ?

 

Link to comment
https://forums.phpfreaks.com/topic/222420-php-page-not-loading-need-help/
Share on other sites

The problem is that you've given us nothing more than the words "blank page" to go on.

 

Blank pages often mean parse errors, and if it works on your local machine then it would mean a large difference in PHP versions.

The other common cause is you using short tags when they're enabled on one machine but not on another.

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.