Jump to content

Phase Error I can't seem to find :(`


Leveecius

Recommended Posts

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. :shrug:

  • Replies 51
  • Created
  • Last Reply

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.