I have a simple question (not for me).
Why does this query does not work?
$links_query = mysql_query("select id, inserted, title, information,
international from links WHERE international = y; order by inserted desc
LIMIT 0 , 30");
The information for the "international" fields are:
Field: international
Type: char(1)
Null: No
Default:n
The error is -> Warning: mysql_fetch_row(): supplied argument is not a valid
MySQL result resource in
TIA
Tracking #: BC19379918870340BDA57FD3E349C2D0B4B484BC
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php