RE: [Phplib-users] fetch_array
Brought to you by:
nhruby,
richardarcher
From: Layne W. <la...@of...> - 2003-01-15 17:36:46
|
> Is there function in phplib equal to mysql_fetch_array() ???? $db->query("SELECT sid FROM active_sessions LIMIT 1"); $db->next_record(); echo $db->Record["sid"]; next_record() puts the array in $db->Record. Layne Weathers Ifworld Inc. |