Hi.
Can anyone tell what I am doing wrong if i get this error message?
Supplied argument is not a valid MySQL result resource ..
My code looks like this:
printf(mysql_result($result,0,\"firstname\"));
(where firstname is the fieldname in the DB.)
Thanks! :-)