Re: [PHP] Re: REsource Identifier( PHP_MYSQL)

2004-03-27 Thread Burhan Khalid
Gimic wrote: The entire script looks like this: } function GetVals() { $db = mysql_connect("localhost", "root"); mysql_select_db("books",$db); $result = mysql_query($sqlQry,$db); echo mysql_errno($db); echo mysql_error($db); echo $result; } ?> GetVals() has no ide what is $sqlQry because it is ou

[PHP] Re: REsource Identifier( PHP_MYSQL)

2004-03-26 Thread Gimic
The entire script looks like this: Where the name of the table is stored in the $_POST varible. The string isn't empty, yet it is empty. It may be a bug... Or do any of you see any problem with my varible scope? because I don't. "Gimic" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

[PHP] Re: REsource Identifier( PHP_MYSQL)

2004-03-26 Thread David Robley
[EMAIL PROTECTED] (Gimic) wrote in news:[EMAIL PROTECTED]: > Hey y'all, I'm having problems trying to get the > MySql_Query() function to return the resource ID when using a $string > as the argument to pass to it. It returns when I hard code the > argument but not the string. Any ideas? here i