We like to include arguements in URL such as
file.php?item=apple
what if my 'apple' is something which contains the special character? and sometime & ...
I can't put file.php?item=?apple or file.php?item=&apple
I need the? and & because I am passing in another URL as arguments to the script.