Thread: method madness
View Single Post
Old 05-18-2008, 12:26 AM   #6 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Quote:
Originally Posted by Izym View Post
It doesn't, have a look at PHP: mysql_result - Manual. It should return as an array yes, but try write "print_r($result);" instead of "print $result;", since print can't handle arrays (which print_r was made for).
Whoops, my mistake. I've never used it with two rows.

And skwee, please don't slander me.
__________________

Village Idiot is offline  
Reply With Quote