Setup first:
PHP 4.1.1
Apache 1.3.26
Running PHP as a CGI on WinXP, because for some reason, wouldn't work as a module.
Whenever I try to use username variables in form and url encoding, the page always comes back with:
Undeifined variable on line 12 in c:.......\user.php
I know in order to get the variables to pass through the form, I have to set a line in php.ini to 0 or 1, but can't remember which line that is.
Help?