zero-perfoliate
zero-perfoliate

Author Topic: Building a PHP Search with MySQL - need some advice  (Read 588 times)

Offline CountryGirl

  • New PHP Members
  • Posts: 1
  • Karma: +0/-0
Building a PHP Search with MySQL - need some advice
« on: November 18, 2009, 12:27:59 PM »
Hi all,

I am building my first PHP search database with MySQL. I have all the data entered in the correct tables (16 tables) in PHPMyAdmin. Now I need to be able to build a search feature on my website and make it searchable. Does anyone have any suggestions on good sites that would explain some of how to do this? I'm pretty new to writing PHP and such and am not exactly sure where to start!

Thanks for any and all tips :)!

Qadoshyah
Country Girl Designs

hotnoob

  • Guest
Re: Building a PHP Search with MySQL - need some advice
« Reply #1 on: December 04, 2009, 10:08:18 PM »
yeah, i responded to a post similar to this i think...
unfortunately it created an error when i tried to post it, so i added it to a text file attachment...
and it still makes an error when i upload...

so... here is the file with my post in it.

http://www.phphelpforum.com/index.php?action=dlattach;topic=652.0;attach=27

Offline omkargupta

  • PHP Workers
  • **
  • Posts: 6
  • Karma: +0/-0
Re: Building a PHP Search with MySQL - need some advice
« Reply #2 on: December 17, 2009, 05:56:13 AM »
hello
for good search we need to search data according to passing string first full string and then all possible word of that string.

follow link will have search record display

http://opensourceprogrammer.blogspot.com/2009/12/fetch-record-form-search-string-in-php.html