> one last question for the day...
> if in one cell i have two names..... ex 'mary eleanor'
> and i want to search by typing 'ele' with   name LIKE '$name%' will not
give
> me mary eleanor as a result...
> any ideas?


*sighs*

LIKE '%$name%'

As I said... Read the MySQL Manual.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to