PHP strstr() May 23, 2012 Pramod T P It finds the first occurrence of a string Example <?php echo strstr(“phpcode”,”co”); ?> Output code