PDA

View Full Version : remove tags whit impex celaner



Lap_Top
Mon 5th Feb '07, 5:31pm
after import how can remove I this tags with impex cleaner.php


width='420' height='314'[/img]

this code doesn't work


$text = preg_replace('/\width='(.*?)'\ height='(.*?)'\[\/img\]/siU'
thx

Jerry
Mon 5th Feb '07, 8:36pm
$text = preg_replace("#width='[0-9]+' height='[0-9]+'\[/img\]#siU", '[/img]', $text);