指定JavaScript变量PHP和AJAX变量、JavaScript、AJAX、PHP

由网友(唯为伊人诉惆怅)分享简介:我明白... 在PHP是服务器端和JavaScript作为客户端之间的差异。在AJAX可以修补这个问题。的XMLHtt prequest对象是显著。不过,我还是不知道如何通过两种语言之间的变量。However, I still can't work out how to pass the variable bet...

我明白...

在PHP是服务器端和JavaScript作为客户端之间的差异。 在AJAX可以修补这个问题。 的XMLHtt prequest对象是显著。

不过,我还是不知道如何通过两种语言之间的变量。

However, I still can't work out how to pass the variable between the two languages.

任何帮助将是非常美联社preciated!

Any assistance would be much appreciated!

编辑:谢谢您的答复,到目前为止,我要澄清,我想做到这一点,而无需加载一个新的页面

Thanks for your replies so far, I should clarify that I would like to do this without loading a new page.

推荐答案

您需要发送包含在查询字符串或POST体变量的值的AJAX请求。

You need to send an AJAX request containing the value of the variable in the query string or POST body.

在URL的另一端的PHP脚本可以读取查询字符串或POST身体的价值。

The PHP script at the other end of the URL can read the value from the query string or POST body.

阅读全文

相关推荐

最新文章