php/mysql user auth question

2001-08-14 Thread Kit Kerbel
ok...here's the deal. I have successfully developed a script to verify user authenticity. however, i need to verify what the User Type is for purposes of redirection to a certian page. ++-+---+--+ | ID | BearID | SSN | UserType |

Re: php/mysql user auth question

2001-08-14 Thread Ståle Undheim
On Tue, 14 Aug 2001, Kit Kerbel wrote: This is a sample of my table. how would i go about checking the user type after I have verified that the user exists in the table? I tried this query: // Determine User Type For Redirection $redirect = SELECT UserType FROM User WHERE