PHP Tutorial - strpos - Tizag Tutorials
That conditional statement in our while loop may look a little intimidating, but not if you break it down. $offset = strpos($numberedString, "5", $offset + 1) - This is our conditional statement for our PHP While Loop. If this ever is false the while loop...