> Hello everyone,
> Can someone please tell me how I can do the following:
> >From the query below, I want to get the details of the header of the message
> and display them on a page, one per line.
> If I just query the Header field, it displays them in one long line.
> What can I do to display the them one per filed?
[snip]

I may be missing something, but it seems that all your code is doing is
creating a very long string out of all the header information. If you
want each piece on a 'new line' then you will have to add a 'newline'
character yourself between each piece of the string.

This isn't really a MySQL question, but a perlish one.
-- 
/* All outgoing email scanned by Norton Antivirus 2002 */
Amer Neely, Softouch Information Services
W: www.softouch.on.ca
E: [EMAIL PROTECTED]
V: 519.438.5887
Perl | PHP | MySQL | CGI programming for all data entry forms.
"We make web sites work!"


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to