Hello all.
How can I place the below SELECT statement in a key/value array. I need the key to start at 1 and continue to count so it shows..
1->200032
2->343432
3->3232131
$get="select c.orderid from orders where charged IS NULL ORDER BY orders.enterdate";
$getresult=mysql_query($get, $link);
$getline=mysql_fetch_array($getresult, MYSQL_ASSOC) ;