Current location: Hot Scripts Forums » Programming Languages » PHP » Search Database field for exact match


Search Database field for exact match

Reply
  #1 (permalink)  
Old 04-26-10, 09:42 PM
entourage entourage is offline
New Member
 
Join Date: Apr 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Search Database field for exact match

Hello, I am trying to put a simple search function on my site that would search a database for a specific table, then look for exact match to the number put in a given form againt one row of the database. What is the easiet way to complete this?

The scripts that I have written havent worked. I really need help.

Thank you very much in advance.

En
Reply With Quote
  #2 (permalink)  
Old 04-30-10, 06:24 AM
maneetpuri maneetpuri is offline
Newbie Coder
 
Join Date: Nov 2008
Posts: 79
Thanks: 0
Thanked 0 Times in 0 Posts
Hi,

If the selection of the table is based on some pattern matching the you will have to first query “show tables”, this will fetch all the table names in an array on which you can run a pattern match. This will give you the name of the table and you can construct a query using the name of the table and user input, execute it and you will get the result.

Here I have assumed that you are working with MySQL and if its some other DBMS then the above query might get changed.

Hope this helps.

Cheers,

~Maneet
__________________
Maneet Puri
India Web Site Design Services
PHP Web Development
Reply With Quote
Reply

Bookmarks

Tags
mysql, php


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
Match Against fulltext search koyote PHP 1 12-01-06 06:15 AM
MySQL Field Search Question. nova912 Database 2 07-16-06 05:34 AM
PHP Regular Expressions Jaffizzle PHP 3 11-05-05 07:02 PM
SEO Expert Available nakulgoyal Job Offers & Assistance 2 08-14-04 12:38 PM
Disable form fields to be submitted RickyRod JavaScript 2 05-24-04 10:15 AM


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