Search found 4 matches
- Fri Aug 02, 2002 9:25 am
- Forum: PHP - Code
- Topic: Passing PHP Arrays between HTML pages
- Replies: 8
- Views: 1730
AHH Mann!
It works for the most part. Except....(there is always an except) I can't get the array indexes to write using the implode/explode/hide method. The implode() only uses number indexes and doesn't actually retrieve the keys from the array being imploded. Now that is a bummer and a half (aka bummer bum...
- Fri Aug 02, 2002 9:01 am
- Forum: PHP - Code
- Topic: Passing PHP Arrays between HTML pages
- Replies: 8
- Views: 1730
- Thu Aug 01, 2002 12:31 pm
- Forum: PHP - Code
- Topic: Passing PHP Arrays between HTML pages
- Replies: 8
- Views: 1730
Additional Info
I tried to pass the whole array as an HTML "HIDDEN". That doesn't work either.
Da Bear
Da Bear
- Thu Aug 01, 2002 11:07 am
- Forum: PHP - Code
- Topic: Passing PHP Arrays between HTML pages
- Replies: 8
- Views: 1730
Passing PHP Arrays between HTML pages
HI all I am querying my database and returning an array of values. Is there anyway I can make this array available in my next HTML page? Right now I have a loop that converts all elements in the returned row into HIDDEN HTML variables. These HIDDENS can very easily be passed between pages. Although,...