form action and IE7 error
Posted: Wed Jun 06, 2007 5:29 pm
here's something I stubled across
i've got a simple php page that includes another php file that's all it does. The script that is loaded contains a form that has the following action
<form action=\"".$_SERVER['PHP_SELF']."\" method=\"post\">
this works fine in all browsers tested except IE7
I've found a workaround that I don't really like. if I rename the php that loads the other php as index.html it works.
any idea why they would do this to me?
i've got a simple php page that includes another php file that's all it does. The script that is loaded contains a form that has the following action
<form action=\"".$_SERVER['PHP_SELF']."\" method=\"post\">
this works fine in all browsers tested except IE7
I've found a workaround that I don't really like. if I rename the php that loads the other php as index.html it works.
any idea why they would do this to me?