Re: [PHP] Get text between

2001-03-06 Thread Christian Reiniger
On Monday 05 March 2001 23:09, you wrote: > I need some help with a program, I need to get every > instance of text between GET TEXT HERE > and save the results in a variable. Does anyone > have some example code of how to do it along with how > to put the results into just one variable? Hmm, t

Re: [PHP] Get text between

2001-03-05 Thread Henrik Hansen
> I need some help with a program, I need to get every > instance of text between GET TEXT HERE > and save the results in a variable. Does anyone > have some example code of how to do it along with how > to put the results into just one variable? Try with: $string = "GET TEXT HERE"; $string =

[PHP] Get text between

2001-03-05 Thread Keith Mayo
I need some help with a program, I need to get every instance of text between GET TEXT HERE and save the results in a variable. Does anyone have some example code of how to do it along with how to put the results into just one variable? __ Do Yo