| 
 Posted by GooderThanYou on 06/25/59 11:39 
I have "<P>moo</P><P>moo</P>" stored in mysql... 
 
I pull that and get rid of the <P> and </P> characters perfectly fine 
 
Then I output the string in a text box and it says "moomoo" 
 
Now when I write it to a IFrame... it will not let me edit the iframe 
and nothing shows up either... 
 
If I write $test = "moomoo"; it will work, but it won't let me get rid 
of the html, nor does it like "\nmoo" which i'm going to need to use. 
 
There are no blank spaces either..... I don't know what the heck it is 
doing
 
[Back to original message] 
 |