CGI开放数据库
我需要一个 cron 作业来打开数据库并导出表。
我的网络主机的控制面板有一个用于 cron 任务的页面。它需要一个脚本才能运行。
我是 .PHP 和SQL 专家,从未编写过 .CGI 脚本。
在浪费时间之前,我将不胜感激有关此事的任何指导。是否可以从 .CGI 脚本运行 SQL 命令?
I require a cron job to open and export a table from my DB.
My web-host's control panel has a page for cron tasks. It requires a script to run.
I'm a .PHP & SQL guy, have never written a .CGI Script.
I would appreciate any guidance on this matter, before I waste time. Is it even possible to run SQL commands from a .CGI script?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你必须注意的事情:
运行 CGI 脚本没有问题。
您也可以尝试在命令行上执行它。
Things that you have to take care:
There is no problem to run a CGI script.
You can also try to execute it on command line.