Hi,
Insteand of using the same value for checked,
you should use different values for the checked
parameter like value="entryOneChecked" value="entryTwoChecked"
And it's a good idea to use quoting around variable names at least.
Cheers,
Catalin
"Aris Santillan" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> hi
>
>
> I Have
> <p>Entry One
> <input type=text name=name[]>
> <input type=text name=tel[]>
> <input type=checkbox name=check[] value=1>
>
> <p>Entry Two
> <input type=text name=name[]>
> <input type=text name=tel[]>
> <input type=checkbox name=check[] value=1>
>
> <p>Entry Three
> <input type=text name=name[]>
> <input type=text name=tel[]>
> <input type=checkbox name=check[] value=1>
>
> <p>Entry Four
> <input type=text name=name[]>
> <input type=text name=tel[]>
> <input type=checkbox name=check[] value=1>
>
> <p>Entry Five
> <input type=text name=name[]>
> <input type=text name=tel[]>
> <input type=checkbox name=check[] value=1>
>
> .
>
> i want to process entries only with checked checkbox
>
> how can i do this in php?
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php