Ad agency
Closed
sswin
Posts
4
Registration date
Tuesday September 22, 2009
Status
Member
Last seen
October 1, 2009
-
Sep 29, 2009 at 11:08 PM
Blocked Profile - Sep 30, 2009 at 07:42 AM
Blocked Profile - Sep 30, 2009 at 07:42 AM
Hello,
am doing my online ad agency mini project in php with mysql..in that am using checkbox to get client ad information..how to store checkbox value in database
front end:php
server:xampp
database:mysql
am doing my online ad agency mini project in php with mysql..in that am using checkbox to get client ad information..how to store checkbox value in database
front end:php
server:xampp
database:mysql
Related:
- Ad agency
- Free translation agency - Guide
1 response
Dear Sir,
While writing the codes, you will have to assign a value to it like in the following example.
<input type="checkbox" name="cb[]" value="a" />
Hence the value will be stored in the database under "a". You will have to assign a value to each on the check box that you set up.
Thank you and hope that this information has been useful in solving your problem.
While writing the codes, you will have to assign a value to it like in the following example.
<input type="checkbox" name="cb[]" value="a" />
Hence the value will be stored in the database under "a". You will have to assign a value to each on the check box that you set up.
Thank you and hope that this information has been useful in solving your problem.