Profile
Achievement
seloh77's Recent SnippetsTagged php
- All /
« Prev 1 Next »
I used to program in classic ASP and would sometimes check if a certain word or letter would be in a string with instr.
if instr(haystack, needle)>0 then
DO SOMETHING
end if
If the needle starts on the first position of the haystack, instr...
0
727
posted 14 years ago by seloh77