If I pass "the string" through GET to another php page, it gets displayed in the address bar as "the%20string".
The problem is that I need the string for my script on that page too, and it fails because of the "%20" thing (I guess).
What can I do about that?
passing string through get
Moderator: General Moderators