
08.08.2008, 18:13
|
|
Reservists Of Antichat - Level 6
Регистрация: 25.04.2008
Сообщений: 827
Провел на форуме: 2769640
Репутация:
1304
|
|
PHP код:
$str=<<<HTT
<font style="position: absolute;overflow: hidden;height: 0;width: 0">
test1 <a href="http://xost.com/">test1</a> test1
test2<a href="http://xost.com/">test2</a> test2
test3<a href="http://xost.com/">test3</a> test3
.
.
.
</font>
HTT;
$str=preg_replace("#\r\n#",'',$str);
|
|
|