Re: foreach problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Saturday 08 February 2003 06:16, Sam Folk-Williams wrote:
> I don't get any MySQL error... It adds the first entry_id and date exactly
> as it should... it seems to be acting like entry_date is not an array, but
> when I use the same foreach loop to echo the contents of entry_date it
> echoes the multiple values (2003-05-01, 2003-05-02, etc)... I use the same
> code to insert checkbox data in a different form, so... I'm kinda stumped.

> > > $sql2 = "INSERT INTO cal_date_map (entry_id, date) VALUES

echo $sql2 and plug each of them into the mysql commandline to see what 
happens.

> > > $event_date is an array with several dates separated by commas.
> > > (2003-10-02, 2003-10-03). The code above successfuly inserts the first

Could you explain what exactly $event_date contains? The output of 
print_r($event_date) would suffice. 

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-db
------------------------------------------
/*
Art is anything you can get away with.
		-- Marshall McLuhan.
*/


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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux