Gustavo Muslera wrote : | El sáb, 30-11-2002 a las 15:34, John Lamb escribió: | > Scott wrote: | > > According to the manual it says to use browser and type | > > http://localhost/test.php Which directory do you put the PHP file? | > | > usr/local/httpd/htdocs | | /srv/www/htdocs in 8.1 | I've got more or less a follow up problem,. My PHP works and i know how to read the httpd.conf file but when i tried to pass a parameter like this http://localhost/test.php?testvar=123 and printed it in php like this : <html> <body> <? printf("Test var equals : ".$testvar); ?> </body> </html> I didn't see any value of testvar, it just is not set while normally testvar is just set !. Any ideas how to debug this ?? Grtz Dries -- <End of message>