* Thus wrote Victor C.:
> 
> If i copy paste the string into phpMyAdmin SQL, the query executes
> successfully and returns one record.
> 
> However, when I just do                $returnValue = QueryDatabase($query);
>                                                       echo
> mysql_num_rows($returnValue);
> I always get 0 for the # of records.

What does QueryDatabase() do and return?

Curt
-- 
The above comments may offend you. flame at will.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to