I am using PHP 4.1.2 with register globals set to off.
This issue with the Globals are driving me mad.
for instance I can't do this:
print "<form method=post action=$_SERVER['PHP_SELF']>
A simple piece of code that will not work.
There must be a way of ascaping the quotation marks that would result in not having to re-asign all the variables I want to use.
This is especialing irretating when crafting SQL statements with about 5 to 6 variables.
Any comments welcome.
Krote