Welcome Guest, Not a member yet? Register   Sign In
step-by-step tutorial for implementing redirection with form inputs
#1

(This post was last modified: 05-16-2023, 11:07 PM by KowranKruzick. Edit Reason: Inappropriate subject )

What is a step-by-step tutorial for implementing redirection with form inputs using omegle echat CodeIgniter 4?
Reply
#2

(This post was last modified: 02-20-2023, 01:10 AM by luckmoshy.)

PHP Code:
                return redirect()->to('form')->with('success','form success ')->withInput();

 
                
return redirect()->back()->with('failed','Ooops failed ')->withInput(); 

reffer here https://codeigniter.com/user_guide/gener...t#redirect
Codeigniter First, Codeigniter Then You!!
yekrinaDigitals

Reply




Theme © iAndrew 2016 - Forum software by © MyBB