GlOBAL VARS OFF
I haven’t done much PHP, but on the site that we are working on we have to create email forms with PHP but as a security parameter we have to keep global vars off, so how do we write a secure script the receives the variables without $_POST or $_GET.
Thanks.