Chat freely about anything...

User avatar
By costargo
#15290 I can not pass email address by HTML <input type = 'text' name = 'email'>

For example, if I want to write the address xxxxxx@xxx.xxx in a file with
file.writeline('emailid = "' .. _GET.email .. '"')
I get only to the sign "@": xxxxx and I lose the rest.
Nor is transferred by the text the point "."
what's the catch?