×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Jorge Alcalá
Added: Apr 22, 2020 8:48 PM
Views: 4322
Tags: no tags
  1. $mystring = 'abc';
  2. $findme   = 'a';
  3. $pos = strpos($mystring, $findme);