Can anyone explain the purpose of the following code?
It follows a query to the database to select the id that is associated with the entered password (that is what is returned in $result.)
$id = mysql_result($result,0,\"id\");
Thanks
It's no mystery: it's explained in the PHP manual in the mysql functions section where there's an entry for mysql_result().
Hey Ann,
Were you able to get that figured out? If not, let me know.
Terrence