I have a form that accepts input into a variable I'm calling "username". However, when the follow-up PHP script gets called, $username is NULL. If I change the variable name to something like "lusername" then when I look at $lusername it contains the entered information.
I recently upgraded to a new version of PHP4. This was working before with the older version, and now it isn't.
What gives?