PHP 的非 PHP 替代方案包括

发布于 2024-11-04 23:30:19 字数 234 浏览 1 评论 0原文

我正在尝试将静态导航内容加载到我网站上的许多页面中。通常我会使用 PHP include 或 SSI。然而,我的大学网页服务器只允许在俱乐部服务器上使用这些方法(我也做俱乐部网站)。在个人页面服务器上,我们实际上只能访问 Perl 和 Python(无 PHP、SSI 或 Ruby)。

所以我的问题是:有什么方法可以让我在多个页面上包含这些静态内容(例如导航栏和页脚以实现可维护性),而无需 PHP 或 SSI?

谢谢!

I am attempting to load static navigational content into many pages on my website. Normally I would use either a PHP include or a SSI. However, my university web page server only allows these methods on the club servers (I do club websites too). On the personal page servers, we really only have access to Perl and Python (No PHP, SSI, or Ruby).

So my question is: Is there any way to allow me to include this static content on multiple pages (such as navigationally bars and footers to allow for maintainability) without PHP or SSI?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

楠木可依 2024-11-11 23:30:19

在 Perl 中,有许多模板引擎可供选择;我的偏好是模板工具包

您可能想在此处开始阅读相关内容。

In Perl, there are many templating engines to choose from; my preference is Template Toolkit.

You may want to start reading about it here.

坏尐絯℡ 2024-11-11 23:30:19

只要未禁用 javascript,您就可以使用 AJAX 导入静态内容或动态信息。

您应该能够通过 CDN 通过 Python 或 Perl 使用 jQuery。然后使用 jQuery 的 AJAX 方法 获取数据并将其插入页面中。

As long as javascript is not disabled you can import the static content or dynamic information using AJAX.

You should be able to use jQuery with either Python or Perl over the CDN. Then use jQuery's AJAX methods to get your data and insert it into the page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文