如何阻止 $_POST 生成相对图像路径?

发布于 2025-01-07 09:04:36 字数 212 浏览 2 评论 0原文

我有一个通过所见即所得运行的图像链接,然后我将 html 发送到页面供用户查看,然后再将 html 内容作为新闻通讯发送。我的问题是,当我 $_POST 将 html 代码发送到新页面时,浏览器会删除 http://www.mysite.com/ 并留下 images/ myimage.jpg

谁能阐明这一点?

I have an image link that I am running through a WYSIWYG then I sent the html to a page for the user to view before sending the html content as a newsletter. My problem is when I $_POST the html code to the new page the browser removes the http://www.mysite.com/ and leave behind images/myimage.jpg.

Can anyone shed light on this?

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

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

发布评论

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

评论(1

_失温 2025-01-14 09:04:36

时查看url选项

如果您使用的是tinymce,请在调用tinyMCE.init 可能需要:

tinyMCE.init({
    ...
    convert_urls : false
});

If you are using tinymce, look at the url options when calling tinyMCE.init

you probably need:

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