Posted by Ross on 04/18/05 16:46
how can I put the results from the following query into two arrays? The only fields are 'name' and 'email' $query = "SELECT * FROM contacts"; $result= mysql_query($query); $number= mysql_num_rows ($result);
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming