Okay, i devloped my site in firebird/fox and now i'm trying to get some cross browser compatibility going, mainly with explorer and opera at the moment. Among other things, my main problem is that explorer and Opera cant seem to process this line of php code
<form method="post" action="<?php $PHP_SELF ?>">
a quick look at the source from these browsers reveals:
<form method="post" action="">
All 3 browsers show this, but explorer and opera wont execute correctly
Firefox works great and processes it fine. Any suggestions?
thanks in advance
-emrys