PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
i want to make a query that will match astring that will start with a certain number(5 for exaple)
and that must be at laset 2 letters length :
53
53455
so what do i do?
select * from tblXX where val like '%5?%'
what do i do?
thanks
peleg