On Sat, Aug 10, 2002 at 02:56:48PM -0400, PeterV wrote:
> What I have now:
> <input type='checkbox' id='45' name='topic[]' value='45'>
> doesn't return an array $topic??

Probaby due to register_globals.  It should exist in $_POST['topic']

-- 
Jason Stechschulte
[EMAIL PROTECTED]
http://www.ypisco.com
--
I am a bookaholic.  If you are a decent person, you will not sell me
another book.

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

Reply via email to