从 phpMyAdmin 中运行 php 脚本
是否可以从 phpMyAdmin 运行外部 php 脚本(位于我的 Web 服务器的根文件夹内)?原因是我有一些图表脚本,我想在 phpMyAdmin 中执行它们。
谢谢。
蒂姆
Is it possible to run external php scripts(located inside the root folder of my web server) from within phpMyAdmin? The reason being I have some chart scripts which I would like to execute from within phpMyAdmin.
Thanks.
Tim
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是不可能的。但您可以做的只是为这些脚本添加书签,或者将它们保存到数据库中并从那里单击它们(在 phpMyAdmin 中)。
I do not think that this is possible. But what you can do is just bookmark those scripts, or save them into a database and click them from there (within phpMyAdmin).