yep me again....Ok after searching serveral sites i came down to a question i couldn't find the answer to. What im doing is having a set of checkboxes each one representing something different..eg Red, Blue, Green, Black blah blah. When the user selects however many checkboxes, i want to get the variable when they submit and if its possible when its emailed to be displayed with , after it except for the last one. Now, while searching i came across alot of people talking about arrays like colors[] or food[] wutever. I also read tho, that if you set a value to the checkbox you can't use if statement to check if the variable is null or if it has been checked. So i have this.
checkbox 1
checkbox 2
checkbox 3
checkbox 4
whatever they click wether being 1 or 2 or even all of them, i was wanting it to display the variable like this person likes varibale 1, variable 2, variable 4 if they checked the 1st 2nd and fourth checkbox. Any idea's? Thanks
checkbox 1
checkbox 2
checkbox 3
checkbox 4
whatever they click wether being 1 or 2 or even all of them, i was wanting it to display the variable like this person likes varibale 1, variable 2, variable 4 if they checked the 1st 2nd and fourth checkbox. Any idea's? Thanks