Huh! Stranger and stranger.
In that case, $_SERVER["PHP_SELF"] is generating an invalid value for your server environment. This is pretty serious.
To test, on your step1.php file, change the action attribute to this:
PHP_SELF *should* be outputting that value, but it's outputting /2011/step1.php instead - which is invalid!
- Ben
In that case, $_SERVER["PHP_SELF"] is generating an invalid value for your server environment. This is pretty serious.
To test, on your step1.php file, change the action attribute to this:
Code:
action="/phinstothewest.com/2011/step1.php"
PHP_SELF *should* be outputting that value, but it's outputting /2011/step1.php instead - which is invalid!
- Ben