Re: Storing multidimensional Array into Database

2012-05-23 Thread teji infin
$this->XmlTable->save($p); }endforeach; }endforeach; }endforeach; }endforeach; } i tried all of this bt no updation plz help. On Wed, May 23, 2012 at 6:04 PM, Mike Griffin wrote: > On Wed, May 23, 2012 at 1

Re: Storing multidimensional Array into Database

2012-05-23 Thread teji infin
yes sir thing is the same bt actually in my code i get an array from somewhere else now that array data i have to insert it in database. On Wed, May 23, 2012 at 5:18 PM, Mike Griffin wrote: > On Wed, May 23, 2012 at 12:21 PM, Teji wrote: > > Hello Everyone.. > > > > i have an array whose print_

Re: Storing multidimensional Array into Database

2012-05-23 Thread teji infin
Hey Jeremy thanx for this. using this function i am able to insert auto updated fields like time id etc bt in place of my data field 0 is inserted. On Wed, May 23, 2012 at 4:58 PM, Jeremy Burns | Class Outfit < jeremybu...@classoutfit.com> wrote: > Look up the serialize PHP function, which conv

Re: Displaying Images from Database

2012-05-21 Thread teji infin
thnx yr On Mon, May 21, 2012 at 4:52 PM, LITTO CHACKO wrote: > u r imagename is storing to databse.. the image u uploded is going to some > other else > > > On Mon, May 21, 2012 at 4:35 PM, AD7six wrote: > >> >> >> On Monday, 21 May 2012 12:42:46 UTC+2, Teji wrote: >>> >>> Actually i am storing

Re: Displaying Images from Database

2012-05-21 Thread teji infin
Actually i am storing my images in my mysql database using image longblob named entry.. On Mon, May 21, 2012 at 4:07 PM, LITTO CHACKO wrote: > if u stored your image in webroot folder u can display images rightly. but > if u uploaded images out of webroot folder then u have to use some > imagec