View Single Post
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 02-18-2012 , 20:35   Re: Mysql Read row one by one
Reply With Quote #2

SQL_FetchRow only returns one row at a time. Throw in a while() and you'll fetch one at a time until there's nothing to fetch.
__________________
thetwistedpanda is offline