$result = mysql_query("SELECT * FROM table")$data = array()while($rs = mysql_fetch_assoc($result)){$data[] = $