hi, I'm new for the Apache web server.
im trying to use php with Apache on the same computer. But there is some strange configration problem.
Every thing is going fine ,but when i send the form to the server with the help of the form's post method,then it doesn't return any thing .
e.g
<FORM METHOD=POST ACTION="mush.php" name="mush" >
<INPUT type=hidden value=en name=hl>
<INPUT type=submit value=Search name=btnG>
</FORM>
when i try to check it by
isset($h1)
then i realise that it doesn't set. I tried to use many elements of the forms but i couldn't get any value of the form element.
so what should i do know ?
thanks a lot