PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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.