[PHP] Easy array stuff I think for those who can I guess.

2002-12-05 Thread Raymond Lilleodegard
Hi! I am trying to get out a value of an array that I have made from a query and deliver the value into a variable. I have made this code. Am I totally lost? while ($myrow = mysql_fetch_array($result)); { $id = $myrow['id']; $deltaker[] = array ($id); } $limit = count($deltaker);

RE: [PHP] Easy array stuff I think for those who can I guess.

2002-12-05 Thread John W. Holmes
PROTECTED] Subject: [PHP] Easy array stuff I think for those who can I guess. Hi! I am trying to get out a value of an array that I have made from a query and deliver the value into a variable. I have made this code. Am I totally lost? while ($myrow = mysql_fetch_array($result