TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
eswar rao
1.6k
98
19.1k
How to write a code for atleast check one check box in PHP .
Jul 24 2016 2:09 AM
i have four check boxes ..i would like to validate for use can select at least one check box ...
so how can i write a code for this using bootstrap validator.
<label for="remember" class="">
<input type="checkbox" class="" name="chk_interest[]" value="Food">
Food</label>
<label for="remember"><input type="checkbox" class="" name="chk_interest[]" value="Blood" >
Blood</label>
<label for="remember"><input type="checkbox" class="" name="chk_interest[]" value="Money" >
Money</label>
<label for="remember">
<input type="checkbox" class="" name="chk_interest[]" value="Organ" >
Organ</label>
Reply
Answers (
2
)
how to hide query string from URL in php
how to insert and display image in php and mysqli