使用PHP我想刪除包含字符串abc.com
使用PHP來替換URL中的HTML
整體元素如果我要搜索abc.com如下:
‹iframe src="http://abc.com/abcd.html"›‹/iframe›
‹iframe src="http://abc.com/lmno.html"›‹/iframe›
‹iframe src="http://xyz.com/wxyz.html"›‹/iframe›
祝在刪除前兩個元素後留下以下文本:
‹iframe src="http://xyz.com/wxyz.html"›‹/iframe›
你到底做的,[?你嘗試過什麼(http://mattgemmell.com/2008/12/08/what-你試過/) – Leng