Dup Ver Goto 📝

How to redirect in PHP

pt2/lang/php php http redirect 06-06 14:57:28
To
5 lines, 13 words, 173 chars Thursday 2024-06-06 14:57:28

How to do an http redirect:

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