here is what I am trying to do which I am having no luck with finding the syntax on mysql.com
the idea is to search a phone number for a user supplied areacode.Code:$where .= " AND SUBSTRING(c.home_phone,0,4) LIKE '%".$_POST['areacode']."%' ";
Any suggestions are welcome and I know you guys have some creative ones.
Joel









Bookmarks