Skip to content Skip to sidebar Skip to footer
Showing posts with the label Encodeuricomponent

Url-encode Vs Base64 Encoding ( Usages)?

I was wondering... (except the issue with the base64's plus'+' sign in query string - … Read more Url-encode Vs Base64 Encoding ( Usages)?

Javascript Encode Field Without Spoiling The Display

I want to encode a specific search field before submitting as a $_GET request. What I am doing is t… Read more Javascript Encode Field Without Spoiling The Display