I have a stupid question but I can not figure it out
I am using a class that creates the select statement for mysql.
I am ale to add all the data with out any problem. But when I run the
class to get the results. I can only see the results by running echo in
front of the call to the class .
echo $q->getQuery();
Output SELECT * FROM listing WHERE state='wa'
if I
$q->getQuery();
echo $g;
Output Object id #1
How do I use the results in my mysql query If I can not move it to a
variable


  

-- 
Best regards,
 Richard                          mailto:[EMAIL PROTECTED]

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

Reply via email to