mahour Posted October 18, 2020 Share Posted October 18, 2020 Hello I write a module and i want redirect to module template with message after post like this : if (!empty($_POST)) { try { //do something } return redirect(url("/index.php?m=modulename")); } but i can't return redirect and get an error How i can do this? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.