> if ($VerifyPasword[ContactID] = $_SESSION['ContactID']) > > This statement is /always/ true if $_SESSION['ContactID'] is non-zero, or > non-empty. > > If your code is copy-and-paste then the error is most likely because you used > a single 's' in $VerifyPasword[ContactID]. And also is better to single-quote > your array indices (see manual on arrays for reason):
GOD SAVE THE QUEEEN!!!!!!!!!!! You're my hero!! Remind me to buy you a box of chocolates!!!!!!!! Yes, I haven't confirmed this, but the code is copy & paste, so you are right. It's a freaking spelling mistake, and no, in after three days of battling with this specific loop - I have not noticed it. *makes a eye test appointment to go for new glasses* Thanks a MILLLLLION!!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php