Profile
Achievement


neogeek's Recent SnippetsTagged search
- All /
« Prev 1 Next »
A quick and simple way to search a MySQL database. Example: mysql_search('items', 'title tags', isset($_GET['q'])?$_GET['q']:'', Array('columns'=>'*', 'method'=>'OR', 'extra_sql'=>'AND active = "true" ORDER BY id DESC'));
67
1615
posted 14 years ago by neogeek