Dup Goto 📝

PhpReciples

PT2/aw/lang/php 07-31 13:46:41
To Pop
7 lines, 25 words, 170 chars Monday 2023-07-31 13:46:41

Php Reciples

Headers

Redirect:

header('Location: '.$newURL);

note that this uses a 302 response code, perhaps 301 or 303 are more appropriate.