database - How do i put this data in my DB? -


I have $ is-> data that looks like this:

  array ( [Boying] => Array ([start] => 25/12/2010 [end] => 26/12/2010 [centrum] => Brussels [responsible] => wouter [ Email] = & gt; Bla@bla.bla [content] => Array ([0] => 4 [1] => 5 [2] => 6 [3] = & gt; ; 8787 [4] => 5 [5] => 2572 [6] => 75)))  

Fields in my DB are the same, so my Has a table called 'boekings', with fields 'start, end, center, responsible, email and content'.

The content is a varchar (1000), so it should be quite long.

Without cake PHP, I call it serialize () function of php but now I do not know the answer ...

When I comment on the responsible line for the content array, then He keeps the data properly in his DB, so there is no problem in all my saving procedures.

Thanx in advance people!

Wouter

Any time this work was completely found

< P>

Thanx!


Comments