Leveecius Posted October 28, 2009 Author Share Posted October 28, 2009 Well, I've done some changes and still nothing. Here is the end of the source code: </center></td> </tr> </table> <table border="1" width="150" cellspacing="0" cellpadding="0" class="cat3"> <tr> <td width="150" height="18" bgcolor="#000066" class="menu_header2"><center> <strong>.::<a href="http://mafia-test.klrbaltdomain.com/logout.php" class="style3">Logout</a>::.</strong> </center></td> </tr> </table> </div> </TD> <td width="100%" valign="top"></td> </tr> </table> <br> </center> </body> </html> It ends my leftmenu.php, then ends the page, and doesn't do anything else on the page. Quote Link to comment https://forums.phpfreaks.com/topic/178925-phase-error-i-cant-seem-to-find/page/3/#findComment-946480 Share on other sites More sharing options...
kickstart Posted October 29, 2009 Share Posted October 29, 2009 Hi That is a logic problem. You script obviously expects some data passed to it. It expect $_POST['leave'], $_POST['inviteuser'], $_POST['cancelapply'] or $_POST['createfamily'] to be populated. As it is now if none of those are populated then it just drops through to the end doing nothing. All the best Keith Quote Link to comment https://forums.phpfreaks.com/topic/178925-phase-error-i-cant-seem-to-find/page/3/#findComment-946982 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.