login($username, $password);


Description:

Starts a new remote session.


Input Variables:

$username, $password

Parameters (in $params):

None.

Output:

Returns session ID.

SQL Interaction:

"SELECT * FROM remote_user WHERE remote_username = '$username' and remote_password = md5('$password')"