【发布时间】:2013-05-02 09:14:01
【问题描述】:
我正在尝试制作一个简单的 PHP 缓存破坏器,但我有一个小问题:如果我这样做header('Location: http://localhost:8080?'.time()); 那么我的 url 将是 http://localhost:8080/?1234445,但是我需要的是像 @987654323 一样拥有它@ 不带斜杠。
请帮帮我,我是 PHP 新手。
【问题讨论】:
标签: php url caching browser-cache