|
Posted by Ewoud Dronkert on 11/11/96 11:16
On Wed, 18 May 2005 09:43:32 -0400, RC wrote:
> Then in PHP need to changed to
>
> $pet = array($_POST['pet']);
> $dates = array($_POST['dates']);
No way dude, remove the array(), then $pet will still be an array
because $_POST['pet'] is. By the way, no need to use a local variable
like $pet, you could just use $_POST['pet']. Try print_r($_POST);
--
Firefox Web Browser - Rediscover the web - http://getffox.com/
Thunderbird E-mail and Newsgroups - http://gettbird.com/
Navigation:
[Reply to this message]
|