I found this function which finds data between two strings of text, html or whatever.
How can it be changed so it will find all occurrences? Every data between every
I love to use explode to get string between two string. this function also works for multiple occurrences.
function GetIn($str,$start,$end){ $p1 = explode($start,$str); for($i=1;$i