; To: [EMAIL 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?
>
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);
$finn_v
2 matches
Mail list logo