且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

两个快速AJAX调用混淆PHP

更新时间:2023-12-03 22:40:52

为了确定阉PHP或JS是你可以使用这个问题的查尔斯来监视你的要求(我相信查尔斯超过萤火虫实际上,不知道为什么),并生成一个唯一的值服务器端

In order to determine wether PHP or JS is the problem you could use Charles to monitor your request (i trust charles more than firebug actually, dunno why) and generate a unique value serverside

<?php echo uniqid();

如果这两个请求返回相同的值有什么不对您的服务器,否则它的浏览器或者JS code。

If both requests return the same value there is something wrong with your server, else it's the browser or jscode.