Revision: 12050
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 28, 2009 18:49 by Unreal
Initial Code
function get_inner_string($a,$b,$c) { $y = explode($b,$a); $x = explode($c,$y[1]); return $x[0]; }
Initial URL
http://www.imben.co.uk
Initial Description
Using this you can get the inside string from another given string. Great for scraping data from other sites.
Initial Title
Get The Inside String
Initial Tags
data
Initial Language
PHP