I think when installing PHP i may have not setup something correctly as when we run scripts whicch do not have the variable name set we get errors.
Basically if we have script that says:
if ($temp == 1 )
we get errors unless we say that $temp = something before the code. Is this bad codeing or a setup problem.
This has happened on code i have downloaded also.