-->
Page 1 of 1

I can not pass email address by HTML

PostPosted: Wed Apr 22, 2015 11:12 am
by costargo
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?