Re: [PHP] Arrays and Forms

2002-05-19 Thread Miguel Cruz
Your code looks fine. Are you sure you haven't edited away significant parts of it when posting to the list? Maybe a somewhere? miguel On Sun, 19 May 2002, Navid Y. wrote: > I'm having trouble sending array values through forms. > Will the following syntax create a variable called $product['d

Re: [PHP] Arrays and Forms

2002-05-19 Thread Jason Wong
On Monday 20 May 2002 07:05, Navid Y. wrote: > Hello Everyone, > > I'm having trouble sending array values through forms. > Will the following syntax create a variable called $product['desc'] on > the next page? > If not, what am I doing wrong here? > > Note: I tried this but it didn't work! When

Re: [PHP] Arrays and Forms

2002-05-19 Thread Jason Morehouse
Try: On Mon, 20 May 2002 11:05:07 +1200, Navid Y. wrote: > Hello Everyone, > > I'm having trouble sending array values through forms. Will the > following syntax create a variable called $product['desc'] on the next > page? > If not, what am I doing wrong here? > > Note: I tried this but i

[PHP] Arrays and Forms

2002-05-19 Thread Navid Y.
Hello Everyone, I'm having trouble sending array values through forms. Will the following syntax create a variable called $product['desc'] on the next page? If not, what am I doing wrong here? Note: I tried this but it didn't work! When I tried doing it without using an array, but rather with a

[PHP] Arrays and forms

2001-02-18 Thread Jamie Smith
Thanks to all the replies to my previous email on arrays (passing arrays through URLs) but I cannot seem to get serialize() to work correctly so I'm now trying to echo out the array as a series of hidden elements in a form that when submitted will re-build the array. I've been driving myself ma