|
Posted by Dave Patton on 10/14/47 11:08
mdonoso@marcosdonoso.cl (Marcos Donoso) wrote in
news:c1a5273b.0502160941.16476de7@posting.google.com:
> Hello group, i have follow problem:
>
> Warning: mysql_fetch_array(): supplied argument is not a valid MySQL
> result resource
> $result=mysql_query("$vsql",$link);
Your query is failing, so $result contains false, not
a resource.
Check the results of your query using mysql_error()
http://www.php.net/manual/en/function.mysql-error.php
--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
Navigation:
[Reply to this message]
|