Hello,
I have a Problem with a simple thing. Perhaps somebody can help me.
I want call a PHP script with a parameter for example .../test.php?test=3
this works fine but the Script which has to work with this information can't read this information. When I make an echo on that variable ($test) nothing will be written.
Could somebody help me?