Is there an instr() function in php?
Printable View
Is there an instr() function in php?
yes but i dont no how to use it
If you click on my link in the prvious post it will show you how it is used ;)
thanx
Yeah thanks bud..@Ninja, use it like this:
PHP Code:$Str=Strpos('yay','y');
If($Str === False){
echo "Not found"
}Else{
echo "Found"
}