将 MsWord 文档从 Outlook 导出到 MySQL 数据库
有没有办法使用现有的应用程序或 PHP 来做到这一点?
Any way to do this using existing applications or PHP?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有办法使用现有的应用程序或 PHP 来做到这一点?
Any way to do this using existing applications or PHP?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
在 mysql 中使用 blob 数据类型
查找文件的路径
$doc = file_get_contents( $path );
//插入数据库
您可能想直接进入邮件帐户而不是通过outlook
use a blob data type in mysql
find the path to the file
$doc = file_get_contents( $path );
//insert into database
you probably want to go directly into the mail account instead of going through outlook