rameshfaj Posted January 15, 2008 Share Posted January 15, 2008 How can i export the data of a particular table via mail to some person. The SMTP server may not be available always.The PHP+Mysql application should seek when the machine is connected to the internet and instantly send mail containing the table data in normal text,MS-Excel or what ever format. Link to comment https://forums.phpfreaks.com/topic/86098-exporting/ Share on other sites More sharing options...
fenway Posted January 15, 2008 Share Posted January 15, 2008 The export is mysql... the rest is php. Link to comment https://forums.phpfreaks.com/topic/86098-exporting/#findComment-439821 Share on other sites More sharing options...
rameshfaj Posted January 23, 2008 Author Share Posted January 23, 2008 But how could the application find that whether the computer is connected to the internet or not and how could the application itself gain access to configure the SMTP server without notifying the administrator? Link to comment https://forums.phpfreaks.com/topic/86098-exporting/#findComment-446780 Share on other sites More sharing options...
fenway Posted January 23, 2008 Share Posted January 23, 2008 You're running PHP on an intranet? Link to comment https://forums.phpfreaks.com/topic/86098-exporting/#findComment-447258 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.