Technology How to use strpos() function in PHP?GK | January 15, 2015 Strpos() – Find the position of first occurrence of a sub sting in a string. Syntax - strpos( string , find , start ) string – Specifies the Read More