Posted by BKDotCom on 11/21/06 17:52
I appologize, but what is with all the MySQL questions? RTFM! http://us2.php.net/manual/en/ref.mysql.php $result = mysql_query($query); $rows = array(); $num_rows = mysql_num_rows($result); for ( $i=0; $i<$num_rows; $i++ ) $rows[] = mysql_fetch_assoc($result); print_r($rows);
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming