<?
$txt = <<<eof
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa

bbbbbbbb
bbbbbbbb

bbbbbbbb
eof;

//i just want replace "start to first \r\n\r\n"
//how can i do ?
//i want out put
/*
bbbbbbbb
bbbbbbbb

bbbbbbbb
*/
print preg_replace("What's is this ?", "", $txt);

//Thank You !!
?> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to