This isn't a one hundred percent PHP Q but here I
go.
If I have the following query:
$query = "SELECT code FROM links WHERE ".$text." like '".$l."%' ORDER BY sort_text"; and define the letter a letter i.e x. it works fine. I am not sure what to do if I want to say get something that starts with (from one to ten). I want to say all the numbers at once, not one at a time. Any help appreciated, JJ Harrison |
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php