如何运行 php & Joomla 文章或模块后端的 java 脚本代码..建议
我很困惑如何将我的 php 和 javascript 代码附加到他们的模块等中..任何人都可以推荐我使用 tutroial 以便我能够理解..
我尝试制作静态页面,但可以找到编写 php 代码的方法..所有扩展都是他们的我发现将 php 代码插入到页面中但不执行..用头撞墙
i am confused how to attach my php and javascript code in with their modules etc.. can anyone recommend me with tutroial so that i can understand ..
I tried making static pages but could find the way to write php code.. all extension their i found out are about inserting the php code as in to the pages but not executing .. banging head on wall
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Sourcerer 插件 (http://extensions.joomla. org/extensions/edition/custom-code-in-content/5051),以便能够将 php/javascript 直接编码到文章中并在页面上执行。
它工作得非常好——安装简单并且运行良好。
如果您遇到代码消失的问题,请通读文档 - 您可以将标签更改为 [[ 而不是 <它会为您保存文章中的代码,并且效果非常好。
我用来在文章/模块中执行 JS/PHP 的最佳插件。
You can use the Sourcerer plugin (http://extensions.joomla.org/extensions/edition/custom-code-in-content/5051) in order to be able to code php/javascript straight into articles and have it execute on the page.
It works really well - is a simple installation and runs well.
If you're having issue with the code disappearing on you, read through the documentation - you can change the tags to [[ instead of < and it will save the code in the article for you and it works really well.
Best plugin I've used for executing JS/PHP inside articles/modules.