I cannot send anything from my FORM to the php script, the $QUERY_STRING is always empty. Ive tried GET and POST, but there are no variables. What should I do ?
Even if i type smth like
script.php?data=1&name=2 , the query string is empty.
im using Apache/1.3.24 (Win32), with PHP/4.2.1 as a module. This problem only occurs on my PC , if I upload scripts to some host, with php, everything is working there.