PDA

View Full Version : No Line breaks with HTML


Ian Cunningham
05-15-2002, 03:06 PM
I am working on a hack for my forum, but I am encountering a big problem...

When I create a post with HTML code online in it, it takes all the spacing in the code as line breaks.... is there anyway I can stop this from happening?

TECK
05-16-2002, 10:44 AM
$text=str_replace("<br />","",$text);