| Php function for deleting parsed content
|
jcmiras

msg:3661603 | 6:38 am on May 29, 2008 (gmt 0) | I`m trying to delete the "text here" in this string; <div id=id1>text here</div> What is the php function or code to do that? Thanks in advance.
|
Romeo

msg:3661889 | 2:29 pm on May 29, 2008 (gmt 0) | Hi Jcmiras, Functions str_replace or preg_replace should do this. Kind regards, R.
|
jcmiras

msg:3661923 | 3:05 pm on May 29, 2008 (gmt 0) | thanks.
|
|
|