<?php $string = "foo*arbaz*luj*abaz*lewis*bazbazlewbaz"; if (strpos($string, "foo") === 0 ) { echo substr_count($string, "*"); }
You have javascript disabled. You will not be able to edit any code.