Warning: preg_match_all() [function.preg-match-all]: Unknown modifier 'l' in /var/www/test.php on line 9
它說我的正則表達式有一個未知的修改,但我不知道究竟發生了觸發錯誤未知的修飾詞「L」錯誤
preg_match_all("/\<select id\=\'subscription_division_id\'(.+?)</select>\/is", $html, $matches);
http://simplehtmldom.sourceforge.net/ – RobertPitt 2011-01-27 19:25:46