]*\ />~';
preg_match_all( $soImages, $soContent, $thePics );
$allPics = count($thePics[0]);
if( $allPics > 0 ) {
echo $thePics[0][0];
}
else {
echo "No IMG!";
}
?>
]*\ />~';
preg_match_all( $soImages, $soContent, $thePics );
$allPics = count($thePics[0]);
if( $allPics > 0 ) {
echo $thePics[0][0];
}
else {
echo "No IMG!";
}
?>