I am kind of banging my head to the wall here. I am trying all sorts of URLs, and regex's some I made up, some I just found on the web.
It seems like PHP and Javascript don't interpret the strings the same. I need a string for a (GET params possibly) PHP and JAVASCRIPT that would work the same on the client and server side. As it is now, the client is ok, while the server isn't or the other way around.
Can anyone send such a string with it's equivalence php/javascript ?
Thanks so much in advance !
By the way, I use http://regexpal.com/ I think it is a great tool !