View Single Post
ישן 30-03-08, 22:49   # 1
4ior
חבר וותיק
 
4ior's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 1,451

4ior לא מחובר  

PHP קוד:
preg_replace("/(<a>(.*?)</a>)/",$subject,$match);
preg_replace("/\[(.*?)\]/",$subject,$match);
$content preg_replace("/<div class=\"right_(.*?)\">(.*?)<\/div>/",'',$content); 
  Reply With Quote