简体   繁体   English

在PHP中正确处理确认页面

[英]Proper handling of confirmation page in PHP

I have a sign up page written in php, that goes to a confirmation page after processing. 我有一个用php编写的注册页面,处理后会转到确认页面。 In the confirmation/ thank you page there is a 3rd party script that counts the number of successful registrants. 在确认/感谢页面上,有一个第三方脚本来计算成功注册者的数量。 how would I limit the script to be loaded per successful registration? 如何限制每次成功注册时加载的脚本?

Ask your thrd party script author? 问您的第三方脚本作者吗? As noone here knows how it works. 没人知道它是如何工作的。 If it utilizes session mechanism, you can use sessions then. 如果使用会话机制,则可以使用会话。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM