Guest User

Untitled

a guest
Jan 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $start = strpos($content,'<title>');
  2. $end = strpos($content,'</title>');
  3. $coName =substr ($content,$start,$end);
Add Comment
Please, Sign In to add comment