Home >Backend Development >PHP Tutorial >php调用JS对话框内容如何加入php代码?

php调用JS对话框内容如何加入php代码?

WBOY
WBOYOriginal
2016-06-23 13:19:461169browse


die("<script>alert('转出失败,时间没有大于".$Queuing_Day."天或交易未完成!');history.back(-1);</script>"); .   这个如何调用$Queuing_Day.这是个每天的天数,我希望通过修改.$Queuing_Day. 就可以在对话框自动显示


回复讨论(解决方案)

ie("<script>alert('转出失败,时间没有大于 $Queuing_Day 天或交易未完成!');history.back(-1);</script>");

var date = "";
然后 + js 变量

大致这么意思

ie("<script>alert('转出失败,时间没有大于 $Queuing_Day 天或交易未完成!');history.back(-1);</script>");




版主,不行啊,显示不了,什么情况!!!!!!

var date = "";
然后 + js 变量

大致这么意思




能用我这种方式实现吗
die("<script>alert('转出失败,时间没有大于".$Queuing_Day."天或交易未完成!');history.back(-1);</script>"); .   这个如何调用$Queuing_Day.这是个每天的天数,我希望通过修改.$Queuing_Day. 就可以在对话框自动显示

怎么可能!?


不能说我少粘了个字符,你也就将错就错吧

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn