Actually I do not have phpscript for this. I am using readymade function
from PHPMyAdmin 2.1.0. They are having option to export to csv file with
delimeter ';' (It comes on screen first and then i copy to file manually.)

So my csv fil looks like

22;33;address line1
address line2

What excel does is it shows this as 2 different lines. But this all should
be in one line.

if  replace \n with <br> then

22;33;address line1<br>address line2

Do u mean to say i need to write script only to produce proper '.csv' file ?


Regards,
Manisha






"David T-G" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to