Hello!
I'm quite a beginner in php, so it may sound stupid...
I have form, which targets a php script. When I press submit, there should be all fields on my form in php under $HTTP_POST_VARS array. (I use post as send method) But there is none of my fields there, it's all empty. How?