Is there a simple piece of code that will stop this page from redirecting when I try to edit in Pagelime? (like making the variable equal to 1)
// Redirect user to User Profile Page if payment has not been made
if($row_WAATKusers['memPaymentID'] == 0){
header('Location: http://hotlantavolleyball.org/Registration/users_Profile.php');
}
I enter my username and password, while editing in Pagelime, but this page is evidently not grabbing the information from my database, causing the error below:
Oops! The page you are looking for could not be found.
And I'm being redirected to my user_Profile page.
http://hotlantavolleyball.org/users_LogIn.php?accesscheck=%2FRegistration%2Fusers_Profile.php
Thanks for any help you can provide.