Apache/2.0.48 (Win32) PHP/4.3.6
I would like to take a value from a checkbox(checke d or unchecked) and
then use that value in a php script All on the same page. So I should
post the form to the same page right?
And then pick that variable up via $_POST or $_REQUEST methods right?
I have tried various approaches to the action= clause of the form but
to no avail. I know how i did it in asp but it doesn't seem to work.
Any advice?
I would like to take a value from a checkbox(checke d or unchecked) and
then use that value in a php script All on the same page. So I should
post the form to the same page right?
And then pick that variable up via $_POST or $_REQUEST methods right?
I have tried various approaches to the action= clause of the form but
to no avail. I know how i did it in asp but it doesn't seem to work.
Any advice?
Comment