This is a discussion on "Form output using mysql, search people name in specific category" within the PHP Forum section. This forum, and the thread "Form output using mysql, search people name in specific category are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Form output using mysql, search people name in specific category
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Form output using mysql, search people name in specific category
I have search php forms that connecting to mysql, for search people name in all category and search people name in specific category
People name field in mysql : people_name , example : John, Michael, etc category name field in mysql : people_category , example : Kid, Adult, etc I can Search All People name using first option value below, for example i search : John beside that i want to search : John only in adult category what is the right code so i can get people name just from adult category Quote: <select name="metode" size="1"> <option value="people_name">Search All People</option> <option value="people_name_just_from_adult_category">Search People By Category</option> </select> <input type="text" name="search" size="25"> <input type="submit" value="Search" name="Go" /> Please share your php mysql knowledge here |
|
|
|
#2
|
|||
|
|||
|
Re: Form output using mysql, search people name in specific category
Last Blog Entry: Cross browser nuisance (Feb 11th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| search xml content for a specific word | karloff | PHP Forum | 2 | May 8th, 2008 18:46 |
| [SOLVED] PHP/MySQL Sorted Output | Stuart | PHP Forum | 5 | Nov 21st, 2007 21:31 |
| [SOLVED] form output in CSS | dhossai | Web Page Design | 4 | Nov 6th, 2007 00:22 |
| [SOLVED] Problem accessing specific form elements | Sagaris | JavaScript Forum | 4 | Sep 23rd, 2007 11:52 |
| PHP Search systems that will search mysql | bohboh | PHP Forum | 3 | May 10th, 2006 09:52 |