10-10-2012, 05:06 AM
|
PM User |
#5
|
|
Super Moderator

Join Date: May 2002
Location: Perth Australia
Posts: 3,904
Thanks: 5
Thanked 79 Times in 78 Posts
|
Quote:
Originally Posted by Remix919
Ok, lol, I had though of something like that using a string replace, was hoping there was an easier solutions though 
|
not easier as such but the `normal` way around this is to urlencode()/urldecode() or base64_encode()/base64_decode() the variable
__________________
resistance is...
MVC is the current buzz in web application architectures. It comes from event-driven desktop application design and doesn't fit into web application design very well. But luckily nobody really knows what MVC means, so we can call our presentation layer separation mechanism MVC and move on. (Rasmus Lerdorf)
|
|
|