php4-beta | 199912

Re: [PHP4BETA] Searching a MySQL DB... From: Allen Lee (neo <email protected>)
Date: 12/20/99

>> $query = "SELECT * FROM $tbcont WHERE namef = 'A*' ";

 select * from $tbcont where namef like 'A%'

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>