|
|||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||
|
1.1.3: user_check
Description
Check if the username/password combination is valid by querying the database.
This is a very often used function.
It's called by almost every other database relative function to check if a
certain operation may be performed. So it's very important.
Function call
user_check($username, $md5passwd);
Input
Output
Whe output is a single var, which indicates if the action succeded or not.
|