Hey, here's what i thought of:
Ok,
The problem is it is repeating each time that a new line is begun. Well, I decided to use a different variable, something like finaltextblahblah(make it long) Now, in php, make a script that says
eregi_replace("finaltextblahblah", " ", $string)
(I'm not sure if this is even close to right to the syntax)
but anyways, the thing I want to do, is read this text ONCE, then replace it. So like an if:
$var="finaltextblahblah"
if($var) now I get this far, but I need the script for if var shows up more than once, then eregi replace if it shows up more than once.....you know?