On 16 Apr 2002 at 12:59, Steve Dix wrote: > > I'm having a bit of a problem with the following classes. >
Found the problem and it all comes down to the use of mysql_fetch_row as opposed to using mysql_fetch_array to get the results. For some reason mysql_fetch_row corrupts the object returned to the last result, but mysql_fetch_array doesn't. This is on php 4.0.6 as an Apache module. Wonder why? Steve Dix>==============================<[EMAIL PROTECTED] http://www.stevedix.de/ http://www.snorty.net/ http://www.mp3.com/simpletons http://www.geocities.com/motorcity/2706 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php