Extracting Substrings in PHP

PHP Find / Extract Substrings

by Vivek Gite on October 25, 2008 · 0 comments

Q. How do I find out if a string stored in a variable contains a particular substring using PHP? How do I find out (extract) first 5 character of a particular string using Apache and PHP?

{ 0 comments }