ballouta Posted November 15, 2008 Share Posted November 15, 2008 Hello i have an order to be submitted, of course this order items are stored in table 'orders' with order num for example: MDC514297TY Table structure is: orderno isbn qty Price ===== === === ==== MDC514297TY 9784184194844 15 12.06 How do i send these rows by email so they can be copied from the message and pasted to Excel, and each row and column are arranged correctly? thank you Link to comment https://forums.phpfreaks.com/topic/132809-solved-text-format/ Share on other sites More sharing options...
GingerRobot Posted November 15, 2008 Share Posted November 15, 2008 Why not generate an excel/csv file and send an email with an attachment? Link to comment https://forums.phpfreaks.com/topic/132809-solved-text-format/#findComment-690704 Share on other sites More sharing options...
ballouta Posted November 15, 2008 Author Share Posted November 15, 2008 wow this great. of course it is betten than what i asked for! kindly give me tips and some help Link to comment https://forums.phpfreaks.com/topic/132809-solved-text-format/#findComment-690708 Share on other sites More sharing options...
GingerRobot Posted November 15, 2008 Share Posted November 15, 2008 Frankly, google it. You'll find a ton of articles out there on how to send mail with attachments and a further ton on creating excel or csv files. This thread may be helpful for the latter. Link to comment https://forums.phpfreaks.com/topic/132809-solved-text-format/#findComment-690712 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.