browser
04-01-2004, 08:21 AM
Normally, in VB and MSAccess this code will work:
< SELECT * FROM table WHERE field Like 'B*';>
and the records starting with B are displayed...
how can i obtain this using PHP... thanks for any help...
< SELECT * FROM table WHERE field Like 'B*';>
and the records starting with B are displayed...
how can i obtain this using PHP... thanks for any help...