VADOS [Dj]
New Member
I am creating an HTML form and I have a textbox in that .My requirement is tht a user can check multiple check box , I have to check what all values he checked and then send the values to the database( I want to use PHP for it).Here is my code for the textbox\[code\] <input type="checkbox" name="Intensive[]" id="Respiratory Therapy" value="http://stackoverflow.com/questions/15735732/supplemental oxygen">supplemental oxygen<br> <input type="checkbox" name="Intensive[]" id ="Respiratory Therapy" value="http://stackoverflow.com/questions/15735732/supplemental oxygen">supplemental oxygen<br> <input type="checkbox" name="Intensive[]" id="Respiratory Therapy" value="http://stackoverflow.com/questions/15735732/Mechanical ventilation">Mechanical ventilation<br> <input type="checkbox" name="Intensive[]" id="Respiratory Therapy" value="http://stackoverflow.com/questions/15735732/Mechanical ventilation with muscle relaxation">Mechanical ventilation with muscle relaxation<br> <input type="checkbox" name="Intensive[]" id="Respiratory Therapy" value="http://stackoverflow.com/questions/15735732/High-frequency ventilation">High-frequency ventilation\[/code\]Could anybody tell me how to go about it.Thanks ..