Hi Eamon,
It looks like you need to upgrade your code to use the superglobal arrays.
Change print $unitID; to print $_GET['unitID']; and see if that helps.
You can find more information regarding superglobals here:
http://uk.php.net/en/language.variables.predefined
HTH
=
Eamon Reyn wrote:
Hey,
I was happily using GET command line variables in my project under php 4.3.4
but when I upgrade to 4.3.9 they no longer work I can make them work by
changing back to my prior version of php but would rather use the newer one
can anyone explain why this may happen.
Please r
2 matches
Mail list logo