To search the database you will just want to use a SQL Query ie
select * from TABLE where id = '$id'
If you are looking to search a text field or something of that nature you would use
select * from TABLE where searchfield LIKE '$searchtext'
PHP: mysql_query - Manual
Larry Dougherty
Support Engineer