manjunathtumkur Posted December 22, 2010 Share Posted December 22, 2010 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 ? Quote Link to comment https://forums.phpfreaks.com/topic/222420-php-page-not-loading-need-help/ Share on other sites More sharing options...
requinix Posted December 22, 2010 Share Posted December 22, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/222420-php-page-not-loading-need-help/#findComment-1150496 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.