falco85
Sep 27th 2006, 9:26 am
Hi,
I was tweaking a new script I purchased with my own options, and one of the additions was that I am now using a radio button instead of checkboxes (I'm talking about html forms) to get the value of a variable to be passed to a PHP script.
I was using $_POST('VariableName') with checkboxes on the other page script and the information was passing correctly. Now with radio buttons the script is not working :mad: what is the difference?
Thanks!
I was tweaking a new script I purchased with my own options, and one of the additions was that I am now using a radio button instead of checkboxes (I'm talking about html forms) to get the value of a variable to be passed to a PHP script.
I was using $_POST('VariableName') with checkboxes on the other page script and the information was passing correctly. Now with radio buttons the script is not working :mad: what is the difference?
Thanks!