Re: [PHP] User Logon Procedure Fails

2004-07-05 Thread Curt Zirzow
* Thus wrote Harlequin: > Another day another problem. This time it appears that users are able to > enter their details but I get a query execution error with the following > section of code: > > /* Verify Login */ > $sql = "SELECT UserFirstName,UserID,UserPassword FROM RegisteredMembers > WH

[PHP] User Logon Procedure Fails

2004-07-04 Thread Harlequin
Another day another problem. This time it appears that users are able to enter their details but I get a query execution error with the following section of code: /* Verify Login */ $sql = "SELECT UserFirstName,UserID,UserPassword FROM RegisteredMembers WHERE UserID='$_POST[TXT_UserID]'"; $r