i am new to php .i am trying to develop a application with html and php. i passed variable from form to url.all code given below
Urls are encoded, that's why @ becomes %40, it comes from the way data is sent from the form/ If you use get method, this is how it will be formated in the url. But don't worry, what you get in php is correct and decoded.
@
%40
get method