Hi I have php 5 installed but when I run this script I do not seem to be getting the arguments being past to the script calling the script thus, any ideas local address http://os2.no-ip.info/irusdev.info/test.php? Action=Tom Town=Haworth <? if(argc>1) { echo "have arguments "; foreach($argv as $arg) { list($argname, $argval) = split("=",$arg); $$argname= $argval; } echo "no arguments found"; } print "Action is " . "\n"; print "Tom is " . $town . "\n"; ?>
regards Adrian
