像JavaScript中的window.location.href =“http://www.something.com”.
我想要同样的东西,但在PHP中.我该怎么做?
header
header("LOCATION: http://www.something.com");