Ok I'm having a problem with line breaks...
I basically have this code
PHP Code:
$msgfield = @explode("\n", $vbulletin->options['on_usergroupchange_text']);
with the below text box. Im trying to be able to type into it but use line breaks and have them parse correctly in a PM. Can anyone say for sure what I'm doing wrong? IT doesnt parse correctly at all. In fact, it doesnt parse, I get nothing unless I move both Hello's next to one another then its fine.
I thought \n is the right character.. hmmm