Search found 4 matches

by strongestbear
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...
by strongestbear
Fri Aug 02, 2002 9:01 am
Forum: PHP - Code
Topic: Passing PHP Arrays between HTML pages
Replies: 8
Views: 1730

Mikeq
I think this will work. Tanks for da help.
Oh yeah! Dair are two PHP functions of equal utility.
Which one is betta? The one named Ditka.
Da Bear
by strongestbear
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
by strongestbear
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,...