hi all to better understand my problem plz click on the link http://www.taximauritius.mu/kailash_apartment.htm
i want to get the name of the variable when the reservation form is sent, but i dont get the varibale name when the form is sent
can any one plz help me to solve this problem thanks a lot im
The reservation form is a POST for so you get your form variables from the server array $POST. So if you have a form field called, say, zipcode then you get it using $POST['zipcode'].
So do you want the name of the variable?? or the value.........
IF you wanna have name... my next question is Are you are uisng XML to generate the form...???
That link does not gives me any form )atleast in my browser IE5)