Current location: Hot Scripts Forums » Programming Languages » PHP » little help to make search from mysql db


little help to make search from mysql db

Reply
  #1 (permalink)  
Old 06-25-09, 03:51 PM
vip_ame vip_ame is offline
New Member
 
Join Date: Jun 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
little help to make search from mysql db

hy wvwry body here in this great forum

i need to make a small search page where i search one field from a static table in the mysql table that field is an id fiald only int

this is a little script to help student to have there degrees from the www

please help me
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 06-25-09, 09:03 PM
ldougherty ldougherty is offline
New Member
 
Join Date: Jun 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
To search the database you will just want to use a SQL Query ie

select * from TABLE where id = '$id'

If you are looking to search a text field or something of that nature you would use

select * from TABLE where searchfield LIKE '$searchtext'

PHP: mysql_query - Manual

Larry Dougherty
Support Engineer

Last edited by Nico; 06-26-09 at 04:45 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Script to search im mysql table morten44 Script Requests 0 06-13-09 07:02 PM
Intelligent accent search (mySQL) andrewgerm Database 3 08-28-08 08:23 AM
MySQL database (1 table) and PHP search janfolmer Script Requests 0 06-11-07 04:40 AM
mySQL search and how relative the search is phpdoctor PHP 2 02-25-07 07:06 PM
another php search mysql problem sumogray PHP 6 06-28-04 09:03 AM


All times are GMT -5. The time now is 07:25 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.