Modifying HTML forms using php checkbox question?

Struggling with PHP or HTML? Got any tips? Drop in here to share your questions and answers. Newbies and gurus welcome!
Post Reply
User avatar
darcisharma
Rank 0
Rank 0
Posts: 1
Joined: March 2nd, 2011, 2:28 am
Contact:

Modifying HTML forms using php checkbox question?

Post by darcisharma »

I've asked this before and people didn't give the correct answer. I have a form that goes to a php validation file, and if something is wrong it sends you back to the form page, and fills in the same values you put in before submitting. On one part of this form there are multiple checkboxes that post as an ARRAY (there is more than one checkbox associated with the array variable, so a simple if(isset(variable == "blah") echo "checked"; WILL NOT WORK FOR ME). My question is, how do I get the php to check the boxes the user checked before submitting the form.
User avatar
lucy123
Rank 0
Rank 0
Posts: 1
Joined: June 23rd, 2012, 5:11 pm

Re: Modifying HTML forms using php checkbox question?

Post by lucy123 »

darcisharma wrote:I've asked this before and people didn't give the correct answer. I have a form that goes to a php validation file, and if something is wrong it sends you back to the form page, and fills in the same values you put in before submitting. On one part of this form there are multiple checkboxes that post as an ARRAY (there is more than one checkbox associated with the array variable, so a simple if(isset(variable == "blah") echo "checked"; WILL NOT WORK FOR ME). My question is, how do I get the php to check the boxes the user checked before submitting the form.
Hi. have you found the answer to this? I am having the same problem. I tried isset varibale == ...aren't you supposed to have one equal sign there and not 2? The weird thing is my form works in firefox but not in any other browser. sorry. I hope you understand my question English is not my native language.
English is not my native language.
Post Reply