In the last episode (Sep 29), delz said:
> I'm using mysql and php but I'm having problems printing my output
> using a browser. It's like this, i have a form and it has a text area
> that has the following contents:
> 
> Hello World.
> Hello World.
> Hello World.
> 
> What happens is when I output the content using the php command echo,
> i.e.  <?php echo "$textarea";?>
> 
> the output is like this on the browser :
> 
> Hello World.Hello World. Hello World.

This is not a MySQL question.  Have you tried enclosing your output in
a <pre> tag?

-- 
        Dan Nelson
        [EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to