Hi,
I'm using PHP4 on Windows 2000. I find that usually I can access form variables by simply referencing them by name, for example:
if ($password == "abrakadabra"){blah...
...where 'password' is the name of a HTML form field.
However, if I include() a PHP file in a PHP script, the included code cannot access the form vairiables. Any ideas? (The included code is an object implementation, used like a C++ .h file).
Any help would be great,
Thanks,
Tobin Harris