ct2k7 Posted October 1, 2008 Share Posted October 1, 2008 Hi all, could you analyse this script for me? http://pastebin.com/d6b8c59b5 Thanks I receive this as well as a white/blank page: Notice: Undefined variable: sub in /home/mobsters/public_html/pages/oc.php on line 45 Notice: Undefined index: submit in /home/mobsters/public_html/pages/oc.php on line 107 Notice: Undefined index: one in /home/mobsters/public_html/pages/oc.php on line 109 Notice: Undefined index: aod in /home/mobsters/public_html/pages/oc.php on line 111 Thanks Link to comment https://forums.phpfreaks.com/topic/126683-wsod-problem/ Share on other sites More sharing options...
trq Posted October 1, 2008 Share Posted October 1, 2008 Plenty wrong there, mostly the fact that you fdon't check wether or not variables are set before trying to use them. Take a look at isset(). Link to comment https://forums.phpfreaks.com/topic/126683-wsod-problem/#findComment-655191 Share on other sites More sharing options...
ct2k7 Posted October 1, 2008 Author Share Posted October 1, 2008 Cleaned up a bit: now getting this: Notice: Undefined variable: user in /home/mobsters/public_html/pages/oc.php on line 16 Where $que = mysqli_query($db,"SELECT * FROM `auth` WHERE `user` = '$user' LIMIT 1")or die(mysqli_error()); Link to comment https://forums.phpfreaks.com/topic/126683-wsod-problem/#findComment-655203 Share on other sites More sharing options...
ct2k7 Posted October 2, 2008 Author Share Posted October 2, 2008 Forgot to add session_start() Now here: http://pastebin.com/d546f3dff I receive this: Notice: Undefined variable: sub in /home/mobsters/public_html/pages/oc.php on line 50 Notice: Undefined variable: submit in /home/mobsters/public_html/pages/oc.php on line 122 Link to comment https://forums.phpfreaks.com/topic/126683-wsod-problem/#findComment-655236 Share on other sites More sharing options...
ct2k7 Posted October 2, 2008 Author Share Posted October 2, 2008 Updated code is here - just awaiting WSoD problem Link to comment https://forums.phpfreaks.com/topic/126683-wsod-problem/#findComment-655908 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.