$check = "<br><font size=\"4\" color=\"#FF0000\">OUT OF STOCK</font><br> Angel Clocks \"Golden Hair Cherub Collection\" 7\" Battery Operated <b>4 asst</b>";
if (preg_match("/\b<br><font size=\"4\" color=\"#FF0000\">OUT OF STOCK<\/font><br> \b/i", $check)) {
print "A match was found.";
} else {
print "A match was not found.";
}
Why won't this dang thing work?