RE: [PHP] array data

2004-02-11 Thread Shaunak Kashyap
It is not the correct way because $colors being an array, the HTML code for the hidden input element will look like this (once the HTML has been generated by PHP): [code] [/code] What you probably want to do instead is something like this: [code] // close loop [/code] This will create the f

Re: [PHP] array data

2004-02-11 Thread Richard Davey
Hello Imran, Wednesday, February 11, 2004, 8:17:11 PM, you wrote: IA> Is not working, is it correct way IA> File1.php IA> IA> IA> IA> You can't do it like this. Rather, do the following: Or if you prefer you can use some PHP code to write out the input