// Image extraction $image = ''; $x = stripos($content, '<img'); if ($x !== false) { $x = stripos($content, 'src="', $x); if ($x !== false) { $x += 5; $y = strpos($content, '"', $x); $image = substr($content, $x, $y-$x); } } if ($image == '') $image = get_option('siteurl') . '/wp-content/plugins/best-related-posts/empty.gif';
There are currently 1 users browsing this thread. (0 members and 1 guests)