if ($result) {
$rs->datums = mysql_fetch_arr ay ($result, MYSQL_ASSOC);
What does -do after the recordset variable $rs?
Is datums a field name or something else?
I have a text by Larry Ullman and have searched the web for these 2
answers with no result.
$rs->datums = mysql_fetch_arr ay ($result, MYSQL_ASSOC);
What does -do after the recordset variable $rs?
Is datums a field name or something else?
I have a text by Larry Ullman and have searched the web for these 2
answers with no result.
Comment