Form output using mysql, search people name in specific category

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 23rd, 2008, 14:24
Junior Member
Join Date: Apr 2007
Location: jakarta
Age: 27
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote

  #2 (permalink)  
Old Mar 24th, 2008, 06:31
Reputable Member
Join Date: Nov 2007
Location: India
Posts: 150
Blog Entries: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Form output using mysql, search people name in specific category

http://www.freewebmasterhelp.com/tutorials/phpmysql
Last Blog Entry: Cross browser nuisance (Feb 11th, 2008)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 08:21.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43