how do i... url-like string parse array to $_GET

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
User avatar
pedrotuga
Forum Contributor
Posts: 249
Joined: Tue Dec 13, 2005 11:08 pm

how do i... url-like string parse array to $_GET

Post by pedrotuga »

i need to use iframes... then i can only fetch the values from $_GET on the frameset definition file... the other included files i was geting the variables from a session variable.. but i need to enable ppl to link to a specific page... so...

basically the question is:

is there any function that replaces characters by they url equivalent?

thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

User avatar
pedrotuga
Forum Contributor
Posts: 249
Joined: Tue Dec 13, 2005 11:08 pm

Post by pedrotuga »

thank you feyd...thank you very very much, you are incredible efficient.

..mmm.. ok... another problem just came... is there any immediat way to send an array to the url this way?
the keys dont really matter to keep.
Post Reply