client_get_by_username($session_id, $username);


Description:

Shows client information of user.


Input Variables:

$session_id, $username

Parameters (in $params):

None

Output:

Returns client information of the user specified by his or her name.

SQL Interaction:

"SELECT * FROM sys_user WHERE username = '".$username."'"