从特定 HTML 标签之间调用文本以用作 PHP 中变量的数据

发布于 2024-10-22 07:01:01 字数 407 浏览 3 评论 0原文

尝试向运行 Invision Power Board 软件的游戏网站添加更多功能。它具有添加自定义 BBcode 的功能,我正在尝试制作一个标签,该标签可以使用海报的项目名称并使用 PHP 来挑选正确的项目文件并将其显示为 html 来代替标签。

我的问题是,如何使用 [tag=option] 并将选项插入 PHP 开关的变量中以允许发布者定义案例?软件会将 [tag=option] 转换为

{option}
>
< ;?php 开关放在这里?>

我已经在 W3C 和这个网站以及其他随机地方进行了谷歌搜索,但我一直无法找到解决我的问题的方法。也许我只是不知道我应该寻找什么。请帮忙?

Trying to add more functionality to my gaming site that's running Invision Power Board software. It comes with the ability to add custom BBcode, and I'm trying to make a tag that can use the poster's item name and use PHP to pick out the correct item file and display it as html in place of the tag.

My question is, how do I take [tag=option] and plug the option into a PHP switch's variable to allow a poster to define the case? The software would turn [tag=option] into <p><div id="item">{option}<br /><br /><?php switch goes here ?></div></p>.

I've run around google searching through W3C and this site and other random places and I haven't been able to find a solution to my problem. Maybe I just don't know what I should be looking for. Please help?

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

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

发布评论

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

评论(1

明天过后 2024-10-29 07:01:01

有一种方法可以做到这一点......我在ajax聊天框中做了类似的事情,

:lmao:

<img src="/smileys/lmao.png">

根据您现有的表单脚本更改为显示代码......

的只需要一个简单的str_replace,但所有站点配置都不同

您可以编辑您的问题,然后粘贴您的 php 代码来显示您希望 div 出现的页面......

谢谢。

编辑....
也许我应该在回答 pmsl 之前阅读发布的日期

there is a way to do this..... i did something similar on an ajax chatbox, changing

:lmao:

into

<img src="/smileys/lmao.png">

depending on your existing form script to display code.....

mine only needed a simple str_replace, but all site configs are different

can you edit your question, and paste your php code that displays the page you want the divs to appear on.....

thanks.

edit....
maybe i should have read date posted before answering pmsl

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