Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<a href="http://www.example.co.uk?id=<?=rand(1, 1000000); ?>"> ....
我有这个链接,每次刷新页面或每次实际单击链接时(以最简单的为准),我都需要将随机 id 保存到文本文件中。
参见fopen()和fwrite()来处理文件。在询问之前,请在 google 或其他网站或php.net上进行一些研究:D