Welcome Guest, Not a member yet? Register   Sign In
Redirect with get parameter
#1

Hello

Is there any way to use redirect()->route('name_route') that use parameter in the url ?

For example url like this :

https://example.com?param1=0&param2=3&param3=29

How can I insert those parameters (param1, param2, and param3) in url by using redirect()->route() function ?
Reply
#2

Using Named RouteCodeIgniter 4 User Guide
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

I guess you should read this manual first

https://codeigniter4.github.io/CodeIgnit...uting.html
Reply




Theme © iAndrew 2016 - Forum software by © MyBB