Page 1 of 1

Pass array through query strings

Posted: Thu Aug 03, 2006 9:11 am
by soniketan23
I have a page X where i m submitting an array A

I retrieve arrray A from page X on page Y

Now there are 3 links on page Y

When i click on any of the link the same page (Y) gets refreshed so the value of array A gets lost as i refreshed the page

So i just wanted to know how can i pass array through query string so that whenever i refreshed the page Y i get the same value of array A

Pls provide if there is another solution to above mentioned problem.

Many thanks in advance

- ketan.

Posted: Thu Aug 03, 2006 9:22 am
by dibyendrah
It's not a good idea to pass array through query string. It's good if you use session to store those values . You can retrieve those values from any pages you want until you close the session.

Cheers,
Dibyendra