Dup Ver Goto 📝

How to redirect in PHP

pt2/lang/php php http redirect 12-14 14:46:36
To
5 lines, 13 words, 85 chars Saturday 2024-12-14 14:46:36

How to do an http redirect:

header('Location: '.$newpath, true, 303);
exit();