duankua3620 2011-08-30 18:50
浏览 56
已采纳

将php页面添加到drupal 7

I have googled my question many times but i cant find a good solution. I want to add a php page into drupal.

Is there a way to call(perhaps a menu link) a php page within the existing drupal(template) with an include or something?

  • 写回答

2条回答 默认 最新

  • dri8163 2011-08-30 19:07
    关注

    From http://drupal.org/node/1046700

    Drupal 7 Core contains a module called "PHP filter". A fresh install of Drupal 7 has this module disabled by default. We need to enable it.

    Any page or block text area can include PHP code in drupal, if the PHP filter is enabled and the user has permission to use it.

    If you want to add a link to a PHP file completely outside of the drupal CMS, you can do so too.

    example)

    <a href="http://yoursite.com/your/physical/path/to/a/php/file.php">  
        external PHP file  
    </a>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 数学建模招标中位数问题
  • ¥15 phython路径名过长报错 不知道什么问题
  • ¥15 深度学习中模型转换该怎么实现
  • ¥15 HLs设计手写数字识别程序编译通不过
  • ¥15 Stata外部命令安装问题求帮助!
  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
  • ¥15 TYPCE母转母,插入认方向
  • ¥15 如何用python向钉钉机器人发送可以放大的图片?
  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计