Setup up PHP on a WIn2k PC running PWS.
Anybody send me a script that outputs perl/php peramiters so I can test to see if it s working OK.
Scott
<?
phpinfo();
?>
in perl there isnt a general thing like that, to test perl use..
headers..
print "Hello world, $ENV{'REMOTE_ADDR'}";