hi,
i've a problem with my configuration. i can't find, how to make variables out of my passed parameters.
e.g.: i call localhost/test.php?par1=me
if i do a 'echo $par1;' it doesnt put out anything. if i do a 'echo $_GET["par1"];' it puts out the correct value.
thanks in advance
stefan