Re: [PHP] Getting Array to Display

2010-04-22 Thread Ashley Sheridan
On Wed, 2010-04-21 at 14:31 -0400, Gary wrote: > Ashley > > If I were to create a child table, would the Type be a Bool? > > Gary > > > "Ashley Sheridan" wrote in message > news:1271862971.20937.19.ca...@localhost... > > On Wed, 2010-04-21 at 11:01 -0400, Gary wrote: > > > >> Ashley > >> > >

Re: [PHP] Getting Array to Display

2010-04-21 Thread Karl DeSaulniers
lol Yeah, not your fault Gary. On Apr 21, 2010, at 3:51 PM, Gary wrote: I'm sorry, it looks like I sent a reply direct to you instead of the board, a mistake on my part. Karl DeSaulniers Design Drumm http://designdrumm.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Getting Array to Display

2010-04-21 Thread Gary
Yea...not my day for technological domination. Gary "David McGlone" wrote in message news:1271880892.24626.11.ca...@buddy... On Wed, 2010-04-21 at 13:56 -0400, Gary wrote: Richard I'm sorry, it looks like I sent a reply direct to you instead of the board, a mistake on my part. Here

Re: [PHP] Getting Array to Display

2010-04-21 Thread David McGlone
On Wed, 2010-04-21 at 13:56 -0400, Gary wrote: > Richard > > I'm sorry, it looks like I sent a reply direct to you instead of the board, > a mistake on my part. Here is the message. LOL Must have hit the wrong reply button. -- Blessings, David M. -- PHP General Mailing List (http://www.php

Re: [PHP] Getting Array to Display

2010-04-21 Thread Gary
Ashley If I were to create a child table, would the Type be a Bool? Gary "Ashley Sheridan" wrote in message news:1271862971.20937.19.ca...@localhost... On Wed, 2010-04-21 at 11:01 -0400, Gary wrote: Ashley Thank you for your reply. I was trying to get the structure of the DB into a text

Re: [PHP] Getting Array to Display

2010-04-21 Thread Gary
Richard I'm sorry, it looks like I sent a reply direct to you instead of the board, a mistake on my part. Here is the message. Richard Thank you for your reply. Something good is happening. When I look into the actual DB, I see in the keyword column a:9:{i:0;s:3:"fox";i:1;s:6:"wolves";i:2

Re: [PHP] Getting Array to Display

2010-04-21 Thread Gary
Ashley Again thank you for your help. I will try your suggestion of child tables if all else fails. Gary "Ashley Sheridan" wrote in message news:1271862971.20937.19.ca...@localhost... On Wed, 2010-04-21 at 11:01 -0400, Gary wrote: Ashley Thank you for your reply. I was trying to get t

Re: [PHP] Getting Array to Display

2010-04-21 Thread Richard Quadling
On 21 April 2010 16:01, Gary wrote: > Ashley > > Thank you for your reply. > > I was trying to get the structure of the DB into a text form, cant seem to > find that (phpmyadmin). > > This is the insert code > > $caption=($_POST['caption']); > $keyword=($_POST['keyword']); > $description=($_POST[

Re: [PHP] Getting Array to Display

2010-04-21 Thread Ashley Sheridan
On Wed, 2010-04-21 at 11:01 -0400, Gary wrote: > Ashley > > Thank you for your reply. > > I was trying to get the structure of the DB into a text form, cant seem to > find that (phpmyadmin). > > This is the insert code > > $caption=($_POST['caption']); > $keyword=($_POST['keyword']); > $desc

Re: [PHP] Getting Array to Display

2010-04-21 Thread Gary
Ashley Thank you for your reply. I was trying to get the structure of the DB into a text form, cant seem to find that (phpmyadmin). This is the insert code $query="INSERT INTO images(caption, where_taken, keyword, description, image_file) VALUES ('$caption','$where_taken','$keyword','$desc

Re: [PHP] Getting Array to Display

2010-04-21 Thread Ashley Sheridan
On Wed, 2010-04-21 at 09:47 -0400, Gary wrote: > I have a form that I have a (ever growing) list of checkboxes, Here is a > sample of the code for it. > > > > It seems to go in, when I say seems to, I get a result of Array in the > table, the code is listed below. I have tried various solut