This content has been marked as final.
Show 2 replies
-
1. Re: Modifying this short PHP script [...] explode();
Rob Hecker2 Jun 16, 2014 9:48 AM (in response to jyeager11)First, the data you are exploding, is it like this(if not, then provide an example):
<title>I'm a happy title</title><title>I'm a sad title</title><title>I'm an entitled title</title>
. . .and show an example of what you want to end up with.
. . .and by markers you mean the title tags?
-
2. Re: Modifying this short PHP script [...] explode();
jyeager11 Jun 16, 2014 9:52 AM (in response to Rob Hecker2)Thanks, but I found the answer via trial/error (in other words, dumb luck)
I removed $titlestart and $titlestop from the last line, and that did it.


