<?php $text = '--ACT-- active --INA-- inactive'; $text = preg_replace("/--ACT-- (\w+)/" , '<div class="wp"><b>1</b>$1</div>',$text); Echo preg_replace("/--INA-- (\w+)/" , '<div class="wp"><b>2</b>$1</div>',$text);
You have javascript disabled. You will not be able to edit any code.