Popular recipes by Stephen Bartholomew http://code.activestate.com/recipes/users/350445/2003-10-28T19:57:45-08:00ActiveState Code RecipesPHP MySQL Search Class (PHP)
2003-10-28T19:57:45-08:00Stephen Bartholomewhttp://code.activestate.com/recipes/users/350445/http://code.activestate.com/recipes/125901-php-mysql-search-class/
<p style="color: grey">
PHP
recipe 125901
by <a href="/recipes/users/350445/">Stephen Bartholomew</a>
(<a href="/recipes/tags/database/">database</a>).
Revision 10.
</p>
<p>This class can perform a full text search over multiple columns of a MySQL database table, matching entries containing all search terms parsed to it.</p>
Selection Box formater (PHP)
2002-04-28T15:51:27-07:00Stephen Bartholomewhttp://code.activestate.com/recipes/users/350445/http://code.activestate.com/recipes/123732-selection-box-formater/
<p style="color: grey">
PHP
recipe 123732
by <a href="/recipes/users/350445/">Stephen Bartholomew</a>
.
</p>
<p>Just a simple class i wrote to save a bit of time when dealing with dynamic selection boxes in HTML.</p>