Posted by Michael Fesser on 11/23/07 01:40
..oO(Knut Krueger)
>withour talking abut the SQL problem - see the other guys it should be
>possible to prvent the error message with
>
>
>$data = @mysql_fetch_array($result,MYSQL_ASSOC))
>
>I do not know whether it is working with
>mysql_fetch_array($result,MYSQL_ASSOC))
>but it is working with @mysql_query and @mysql_num_rows
Using '@' is really bad style in most cases. It suppresses the error
message instead of fixing it.
Micha
Navigation:
[Reply to this message]
|