Help with explode()
Posted: Thu Apr 10, 2003 12:04 pm
I've looked through the manual for explode, and somehow can't get my mind around how to use explode().
I'm trying to use it in such a way as this: I want to edit everything between //Begin Edit and //End Edit and replace only the text between those tags.
Of course, I'm open to using anything to denote the beginning and end of the content area. I just need a shove in the right direction with this one.
Thanks all!
I'm trying to use it in such a way as this: I want to edit everything between //Begin Edit and //End Edit and replace only the text between those tags.
Code: Select all
<-- Page Header -->
//Begin Edit
This is the content I want edited. When I'm finished editing this content, I want it to be put back between those tags and want to leave the rest of the page untouched.
//End Edit
<-- Page Footer -->Thanks all!