nebuLa Posted December 14, 2006 Share Posted December 14, 2006 First off, thanks for helping me solve the last couple problems I've had. You guys are awesome. This one definately has me stumped. I paid for this script on eBay and cannot find any support for it. The site I'm using it on is:[url=http://www.wallofflames.com]http://www.wallofflames.com[/url]The page I'm having issues with is:[url=http://www.wallofflames.com/get_featured.php]http://www.wallofflames.com/get_featured.php[/url]When I or anyone else adds a myspace friend ID in the box and clicks to pay with PayPal, the next page is just blank. I'll attach the get_featured.php and featured.php files here.[attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/30614-blank-php-page/ Share on other sites More sharing options...
nebuLa Posted December 14, 2006 Author Share Posted December 14, 2006 Still having this issue, if anyone can help :-) Quote Link to comment https://forums.phpfreaks.com/topic/30614-blank-php-page/#findComment-141305 Share on other sites More sharing options...
sasa Posted December 14, 2006 Share Posted December 14, 2006 try to change lines[code]<form ... name="form_paypall">[/code]to [code]<form ... id="form_paypall">[/code] and[code]document.form_paypal.submit();[/code]to[code]document.getElementById('form_paypall').submit()[/code] Quote Link to comment https://forums.phpfreaks.com/topic/30614-blank-php-page/#findComment-141376 Share on other sites More sharing options...
nebuLa Posted December 15, 2006 Author Share Posted December 15, 2006 tried that and still get the blank page. Any other suggestions? Quote Link to comment https://forums.phpfreaks.com/topic/30614-blank-php-page/#findComment-141590 Share on other sites More sharing options...
Hypnos Posted December 21, 2006 Share Posted December 21, 2006 It's a javascript issue. It works when you delete the extra L on..[code=php:0]name="form_paypall"[/code]The page is suppose to be blank, and then redirect you automaticly to paypal. Quote Link to comment https://forums.phpfreaks.com/topic/30614-blank-php-page/#findComment-145636 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.