Posted by macca on 10/30/07 19:24
while ($row = sybase_fetch_assoc($result)) { while (current($row)) // or while (current($row) != false) { $data = current($row); $key = key($row); // // do stuff here // next($row); } }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming