how data insert using in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
naeem1984
Forum Newbie
Posts: 10
Joined: Thu Feb 26, 2009 3:55 am

how data insert using in php

Post by naeem1984 »

how data insert in mysql using html checkboxes in php.
User avatar
highjo
Forum Contributor
Posts: 118
Joined: Tue Oct 24, 2006 1:07 pm

Re: how data insert using in php

Post by highjo »

please be more explicit
from what i've understood
1 you have a form containing
2 one or more chechboxes
3 you want to know if the users has clicked on the checkboxe in you php code and store a comprehensive and related value into a table in the database
am i right?
Post Reply