ell0bo wrote:I don't use twitter, so pardon my ignorance, but does twitter even let you tweet multiple lines? Odds are they are sanitizing anything coming in, which translates your < to < so <br> won't work. If they don't recognize \r or \n then you are out of luck as far as I know...
I think you may be right, but it did post the break tags as tags, so it didn't sanitize that anyway.
I did try to tweet from my page though, and you're are right, it stripped out my line breaks.
So, it looks like html code is not allowed and I'm sure PHP code is not, and it's either ignored or posted as text.
Guess I'm SOL on adding the line breaks.
I thank you guys for your assistance though!