Tagged Questions
1
vote
3answers
516 views
Javascript and PHP how should I en/decode my data
I would like to know in what encryption should I encode my data and why. First of all, I use GET method because it is search engine inside website. Second, I use RTL language (hebrew). And third which ...
2
votes
1answer
748 views
URLEncode of full URL
I am using the PHP urlencode() function to escape chars for anchor tags ().
Why can't I use the function on a full URL such as
...