How to get an Array from a querystring?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
JulianaCR
Forum Newbie
Posts: 1
Joined: Mon Sep 08, 2003 8:26 pm

How to get an Array from a querystring?

Post by JulianaCR »

I'm trying to do a pagination and I need to pass an array for parameter to the function that does the pagination. When it makes the pagination, it puts the word 'Array' in the querystring and when I'm trying to read it from the other page it is just a word, the inforamtion is lost or I do not know how to get it. Can some one help me?

Thanks, JulianaCR
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Post Reply