I have a question about PHP and HTML forms. If I have a form and post it to a PHP script, it passes the input names as varibles. So I don’t have to declare them in the script? Are the varibles Global to that script?
Chris