RE: [PHP] dummy variable

2003-02-24 Thread John W. Holmes
> I have some text that outputs to a page without a variable, example: echo > "text"; > > the echo has text that I would like to preg_replace. > > since there is no variable, is it possible to make a $dummy variable so > either way it replaces the text that i would like inside the echo? > > this

[PHP] dummy variable

2003-02-24 Thread Sebastian
Greetings. I have some text that outputs to a page without a variable, example: echo "text"; the echo has text that I would like to preg_replace. since there is no variable, is it possible to make a $dummy variable so either way it replaces the text that i would like inside the echo? this is th