Possible Duplicate:
How can I convert ereg expressions to preg in PHP?不推薦使用:功能額日格()在...被棄用(谷歌地圖cooridinates)
我收到上述(主題)錯誤的:
if (ereg('<coordinates>([0-9.-]{1,}),([0-9.-]{1,}).*</coordinates>', $result, $regs))
所以我這樣做:
if (preg_match('<coordinates>/[0-9.-]{1,}\/,\/[0-9.-]{1,}/.*</coordinates>/', $result, $regs))
現在的谷歌地圖根本不會出現了,它也警告「..cannot找到座標......」
我哪裏錯了?
謝謝!
你知道,你總是可以使用的SimpleXML讀取XML ...。 – mario