well... i'm writting a script and i get this error
it's complaining about this:
the regex is
and the subject is a normal HTML page.... any idea what's going on and how i can fix it?
Code:
Warning: preg_match_all(): Unknown modifier '<' in /home/soniclnd/public_html/newscript.php on line 61
Code:
preg_match_all($regex, $conts, $group, PREG_SET_ORDER);
Code:
$regex = "<p class=g><a href=([\D\S]*?)>([\D\S]*?)</a><table cellpadding=0 cellspacing=0 border=0><tr><td class=j><font size=-1>([\D\S]*?)</font><nobr>";