i want to know how to create database when there are check boxes. i also want to know the codes to connect those checkbox values to database and retrieve from database. this is my part of my html code.

<tr>
<td>Professional Qualification <br /></td>
<td style="height: 78px">
<input type="checkbox" name="Charted" value="Charteda">Charted Accountant;
<input type="checkbox" name="CIMA" value="CIMA">CIMA;
<input type="checkbox" name="CMA" value="CMA">CMA;
<input type="checkbox" name="ACCA" value="ACCA">ACCA; 
<input type="checkbox" name="AAT" value="AAT">AAT
</td>
</tr>
<tr>

I think you need to rephase your question here and expand on it more.
Why do you want to create a database when you check a box? Do you mean connect to the database?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.