I am using a checkbox in a form, and HTTP_POST_VARS to construct an sql query.
but when the checkbox isn't checked the var doesn't get into HTTP_POST_VARS array , but I need to know it.
any ideas ?
Also, somehow offtopic but maybe some of you can help me.
I need to know if I can run a LOCAL program with javascript ( LOCAL meaning in the CLIENT SIDE ). And how, if possible..
Thanks and sorry for the offtopicness of my second question.