Normally array values start at 0 (zero), but let's say sh1=1 and sh2=2. then
you could echo the values out like this: echo "ID 1: $id[1]<br>ID 2:
$id[2]<br>";

Irvin.
_____________________________________

"Ryan A" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
> If i am posting something like this from a form:
>  <input type=checkbox name='id[sh1]' value=3>
>  <input type=checkbox name='id[sh2]' value=4>
>
> How do i get the value of id[]?
> eg:
> I dont want the "sh1" and "sh2", i just want the "3" and "4"
>
> The reason i dont wan the sh1 and sh2 is those are dynamic and will be
> changing, I just need the values (in this case 3 and 4) to do some
> comparasion and assignment operations
>
> Kindly reply.
>
> Thank,
> -Ryan
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to