Welcome Guest, Not a member yet? Register   Sign In
How to receive data from Form_A and send to Form_B ? - 26.07.19
#3

If you use CI4 in your project then it has such methods as:
https://codeigniter4.github.io/userguide...direct#old
1) old(); - Provides a simple way to access “old input data” from submitting a form.
2) return redirect()->back()->withInput(); - Keep the old input values upon redirect so they can be used by the `old()` function.
I would change this world, but God doesn't give me the source.
Reply


Messages In This Thread
RE: How to receive data from Form_A and send to Form_B ? - 26.07.19 - by Digital_Wolf - 07-26-2019, 10:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB