Xtremer360 Posted August 28, 2012 Share Posted August 28, 2012 One last question for the day. I'm trying to find out what it is that I need to insert into my code that will help me accomplish the following. http://pastebin.com/M1iMaQmq If you follow the if statements inside of the submit function on line 96 it will unlock the user. Works fine however what I'm wanting to know is after it completes that what do I need to do so that it will make it back words and down to the place where it checks to see if the two different passwords are equal on line 128. Any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/267715-relogging-through-if-statements/ Share on other sites More sharing options...
Xtremer360 Posted September 2, 2012 Author Share Posted September 2, 2012 *bump* Quote Link to comment https://forums.phpfreaks.com/topic/267715-relogging-through-if-statements/#findComment-1374752 Share on other sites More sharing options...
trq Posted September 2, 2012 Share Posted September 2, 2012 You'll need to be a lot clearer in your explanation I'm afraid. Quote Link to comment https://forums.phpfreaks.com/topic/267715-relogging-through-if-statements/#findComment-1374754 Share on other sites More sharing options...
Xtremer360 Posted September 3, 2012 Author Share Posted September 3, 2012 The question I have is when the code reaches line 87 it is proves that to be true. When it runs the inside if statement on 90 it proves to true it does not report that output array. Not quite sure why? Quote Link to comment https://forums.phpfreaks.com/topic/267715-relogging-through-if-statements/#findComment-1374760 Share on other sites More sharing options...
trq Posted September 3, 2012 Share Posted September 3, 2012 Your overriding the $output_array on each error. Quote Link to comment https://forums.phpfreaks.com/topic/267715-relogging-through-if-statements/#findComment-1374779 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.