SELECT & VIEW CHECKBOX

A

Anonymous

Guest
Hello everyone!

I have a page in PHP that receives several fields the user has entered into a form and selects the corresponding entries
from the Mysql database I have set up.
What I want to do is have something like a "SELECT & VIEW ENTRIES" checkbox, where the user can tick and view as many of the
entries returned he/she wants.
That is, if the database returns for example 10 entries that match ths user's query, I want to have a checkbox next to each entry
and if this checkbox is ticked, then the user will see the whole entry.
 
do u mean:
e.g. if the user selected one of the following then the whole users in the same range of age will appear:
under - 10 years
10 -18 yrs old
18-23 yrs old
so on..
do u mean something like that?
 
alexi,
why don't you just disable the php formatting code posting.
And when you have time look into it.
 
Back
Top