liamdawe Posted September 5, 2007 Share Posted September 5, 2007 I have a script that basically checks paypal for a payment, then does a few queries, mails me and then should include the index page, but it doesn't, it does everything else but include my index page, the page in question is attatched and so is the index page. I hope someone can, my host or friend could not come up with an answer [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/68035-page-coming-up-blank/ Share on other sites More sharing options...
Aureole Posted September 5, 2007 Share Posted September 5, 2007 Well without looking at it, when I get a blank page it's when there's an error but my Host disabled error reporting I think, but if I add this at the top of the page the errors show: <?php error_reporting(6143); etc... So you could try that, I guess. Quote Link to comment https://forums.phpfreaks.com/topic/68035-page-coming-up-blank/#findComment-341989 Share on other sites More sharing options...
liamdawe Posted September 5, 2007 Author Share Posted September 5, 2007 What is the 6143? I have tried with E_ALL but it comes up with crappy variables not set, no actual real errors. Quote Link to comment https://forums.phpfreaks.com/topic/68035-page-coming-up-blank/#findComment-341995 Share on other sites More sharing options...
liamdawe Posted September 5, 2007 Author Share Posted September 5, 2007 Well it is apparently this line causing the problem: if (strcmp ($res, "VERIFIED") == 0) Any ideas?? Quote Link to comment https://forums.phpfreaks.com/topic/68035-page-coming-up-blank/#findComment-342070 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.