I'm having problems implementing php at the end of a URL. The code works perfectly on an other site
using PHP 5.2.11, but on an other site using PHP 5.2.9 the code suddenly stops working. Is there
any way the problem could be fixed?
Thank you for your time!
Code: Select all
print "<div style='padding-top:10px;'><a href='" .$_SERVER['PHP_SELF']. "?mode=add'>Add info</a></div>"; }
if ($mode=="add") {
print "
CREATES A HTML TABLE WITH A SUBMIT FORM
";
}