DISQUS

DISQUS Hello! Kyle Brady: A Blog is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Kyle Brady: A Blog

thoughts on life, code, and things
Jump to original thread »
Author

MySQL Search

Started by Kyle Brady · 11 months ago

I’m looking at how I can replace the current search for mySHOUToutLOUD (http://www.myshoutoutloud.com) to be more beneficial.

Right now, it’s a pretty basic MySQL Query. Here’s an example of searching for a user:

$sql = mysql_query(”SELECT * FROM $haystack WHERE username LIKE ‘%$needle%’ OR fname ... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login