Re: [PHP] Re: how to passing two dimension array

2003-01-10 Thread Rizki Salamun
its works!! thanks alot guys, i have tried with this codes: array1.php -- "> One Two Three Four Five array2.php -- "; } } ?> and the output are come out in the array2.php since the output can printed out, means that this page (array2.php) can receive these vari

RE: [PHP] Re: how to passing two dimension array

2003-01-10 Thread - Edwin
"Larry Brown" <[EMAIL PROTECTED]> wrote: > For some reason I was not able to find the original question here. Well, you can always check the archives/thread... > The original question is about inserting the value from a two > dimensional array into a form not passing a two dimensional array fro

Re: [PHP] Re: how to passing two dimension array

2003-01-10 Thread - Edwin
Or, "Noel Wade" <[EMAIL PROTECTED]> wrote: > You're missing string concatenation operators. I use "echo" instead of > "print" - but here's how it should look with either: > > echo ""; Try this instead: Just add curly brackets before and after the variable and don't forget the "$" sign. So, t