Author Topic: [SOLVED] search  (Read 322 times)

0 Members and 1 Guest are viewing this topic.

Offline nathanmaxsonadilTopic starter

  • Enthusiast
  • Posts: 305
    • View Profile
[SOLVED] search
« on: September 17, 2007, 04:50:01 PM »
I was wondering how to have it so that if someone searches hi any posts with hi will come up? or if some searches hi how are you any posts that have "hi" "how" "are" "you" (without the quotes)comes up?
<?php

echo 'Hello World!';

?>

Offline GingerRobot

  • Guru
  • Fanatic
  • *
  • Posts: 4,133
  • Gender: Male
  • Call me Ben
    • View Profile
Re: search
« Reply #1 on: September 17, 2007, 04:59:48 PM »
You'll probably want mysql full text searching. Here's a tutorial to get you on your way:

http://www.phpfreaks.com/tutorials/129/0.php