Possible Duplicate:
How can I check if a word is contained in another string using PHP?
I wish to have some PHP code to check if a certain number appears in a string of numbers, so for example how do I check if the number 7 appears in the number 3275?
I have tried strcmp but I can't work this one out :(