I'm trying to create an array from a rocordset that will do somethingt like this: $datay=array(12,8,19,3,10,5,55,88,3);
the following is the code I have attempted to create, which is not working: do { $dat = ($row_rsCOUNTRY['CountryCount'] & "," $row_rsCOUNTRY['CountryCount']); } while ($row_rsCOUNTRY = mysql_fetch_assoc($rsCOUNTRY)); $datay=array($dat); Can anyone help? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php