hey all

I have a form on my website,which 3 variables ontop a script
1.) Domainname
2.) User
3.)Password

I am trying to pass these variables to the script with a small form.

I know it works when I have Globals,when I turn it off it says it didn't get the domainname; Of course this is true because he doesnt pass the data to the script.

Is there a way to turn on globals for just those 2 files? Or a way to make it work without?