Posted by Drakazz on 05/18/06 08:39
robert: I think yes, the warnings are definately off;
But what I am unsure here about is this:
$num = mysql_num_fields($result;
which should be changed to:
$num = mysql_num_fields($result);
Syntax error ;]
I don't see a point in using mysql_fetch_row, because it will return an
array with a bunch of associative and numeric keys :|
Use mysql_fetch_assoc and then print_r() each row!
That should help.
Navigation:
[Reply to this message]
|