Correct way to re-direct in controller back to "index" |
You should not delete something with GET requests. GET should be safe (does not change any resources).
See https://codeigniter.com/user_guide/outgo...a-uri-path and https://codeigniter.com/user_guide/insta...-site-uris |
Messages In This Thread |
Correct way to re-direct in controller back to "index" - by joho - 02-02-2024, 08:24 AM
RE: Correct way to re-direct in controller back to "index" - by kenjis - 02-02-2024, 06:32 PM
RE: Correct way to re-direct in controller back to "index" - by joho - 02-04-2024, 11:36 PM
|