Jump to content

[SOLVED] Unkown Modifier with Preg_match()


CerealBH

Recommended Posts

Warning: preg_match() [function.preg-match]: Unknown modifier '(' in /home/recon/public_html/random/myspacetest2.php on line 204

the code on 203, and 204 is below, can anyone see anything cuz i can't.

	
ln203. preg_match("<img border=\"0\" alt=\"\" src=\"(.*)\" />", $this->pageSource, $image);
ln204. preg_match("<span class=\"redbtext\">(.*)</span>", $this->pageSource, $friends);

Link to comment
https://forums.phpfreaks.com/topic/89101-solved-unkown-modifier-with-preg_match/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.