| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Anil Garg | Date: | August 15 2002 9:12pm |
| Subject: | Supplied argument is not a valid MySQL result resource!! | ||
| View as plain text | |||
Hi,
in the piece of code given below
-----------
$qid = mysql_query("
SELECT *
FROM 1_nodedata
WHERE id = $edit_id
");
$frm = mysql_fetch_array($qid);
-----------
i get the follownig error:
Warning: Supplied argument is not a valid MySQL result resource in
/z/mercury/www/niksun/admin/add_doc.php on line 107
element type:
What is it happening so!!
regards
anil
| Thread | ||
|---|---|---|
| • Supplied argument is not a valid MySQL result resource!! | Anil Garg | 16 Aug |
| • Re: Supplied argument is not a valid MySQL result resource!! | SteveH | 16 Aug |
| • Re: Supplied argument is not a valid MySQL result resource!! | Anil Garg | 16 Aug |
| • Re: Supplied argument is not a valid MySQL result resource!! | Dan Nelson | 16 Aug |
| • RE: Supplied argument is not a valid MySQL result resource!! | Roger Davis | 16 Aug |
| • Re: Supplied argument is not a valid MySQL result resource!! | Jocelyn Fournier | 16 Aug |
| • Re: Supplied argument is not a valid MySQL result resource!! | Anil Garg | 16 Aug |
| • Re: Supplied argument is not a valid MySQL result resource!! | Jocelyn Fournier | 16 Aug |
| • Re: Supplied argument is not a valid MySQL result resource!! | Anil Garg | 16 Aug |
| • Re: Supplied argument is not a valid MySQL result resource!! | Pekka Saarinen | 16 Aug |
