PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi Guys i have a problem of retrieving the value of the radio button via a $_GET[] function... the use of button to retrieve the value of the radiobutton is no problem but i cant do it and i cant find a descend reply regarding this problem when it comes to get method... here is a simple code i hope you can help me guys
You are submitting your form with the POST method -- the values of the form will be put in to $_POST. If you want to use GET then set method="get" in the form.
Yes, you need it to be a submit button. There is also the problem that if you submit a form with the Enter key in IE you don't get the submit field. A hidden field might be a good idea: