$start = 0; $beg = index($forms, 'method=POST>', $start)+12; $end = index($forms, '', $beg)+14; $body = substr($forms, $beg, $end-$beg);