Finding the Position of a Substring with strpos() : strpos : String PHP Source Code


PHP Source Code » String » strpos »

 

Finding the Position of a Substring with strpos()



<?
$membership = "mz00xyz";
if strpos($membership, "mz"=== )
   print "hello mz";

?>
           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo String
» strpos