Alright I have a simple file writing script. Nothing special. in one
part I use this code:
    $data[$x] = str_replace("<br>","\n", $data[$x]);
to replace break tags with page breaks. Problem is that for some
reason it is adding wierd <br  /> tags to the file. It only does this
on that server. What is that?

Chris Anderson   aka "Null"
--------------------------------------------
PHP Developer / Nulltech
PHP-GTK Documentation Writer / gtk.php.net
STA-DoD, TO and D-Day Administrator / dod.stronger.org,
to.stronger.org, dday.stronger.org
Zeroping Staff Member / www.zeroping.com
Volition Programmer / www.Volition-net.com



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to