Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Form Re-submission Error
Post: RE: Form Re-submission Error

I found the solution by using the following code. Paste the code in Base controller $response->removeHeader('Cache-Control'); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Cach...
2,990 Views
5 Replies
04-15-2021, 11:27 PM
waleed
    Thread: Form Re-submission Error
Post: RE: Form Re-submission Error

Thanks for you reply.. I have already checked this but not works.
2,990 Views
5 Replies
04-07-2021, 11:39 PM
waleed
    Thread: Form Re-submission Error
Post: Form Re-submission Error

Hye guys. Just need a help!!! When I was using ci3 so I faced an issue when user clicked browser back button, that's show " resubmit the form", so I solved that issue after setting header in ci3. No...
2,990 Views
5 Replies
04-07-2021, 09:24 AM
waleed
    Thread: Header not set in CI4
Post: Header not set in CI4

Hye guys. Just need a help!!! When I was using ci3 so I faced an issue when user clicked browser back button, that's show " resubmit the form", so I solved that issue after setting header in ci3. No...
804 Views
0 Replies
04-07-2021, 08:52 AM
waleed
    Thread: How to create pagination on CI4
Post: RE: How to create pagination on CI4

jouharjaseemak Wrote: (04-09-2020, 11:00 PM) -- finaly i have find a solution...any one want it ? -- Yes, Plz share
10,590 Views
15 Replies
02-18-2021, 03:08 AM
waleed
    Thread: How to use parameter in redirect function
Post: RE: How to use parameter in redirect function

neoneeco Wrote: (02-13-2021, 03:37 AM) -- Hi ! try this : return redirect()->to(base_url('student/viewStudentProfile/'.$studentid)); -- Yes works fine. Thanks. There is any way to use with...
3,299 Views
4 Replies
02-15-2021, 12:28 AM
waleed
    Thread: How to use parameter in redirect function
Post: How to use parameter in redirect function

As in CI4 redirect works like return redirect()->route(). I want to know How I can use a variable in redirect. When I'm using simple route in redirect. It works. Like Route: $routes->get('about-u...
3,299 Views
4 Replies
02-12-2021, 08:52 PM
waleed
    Thread: include with variable (solved)
Post: RE: include with variable

Use view instead of include. Like echo view('includes/include_card',$galerie)
4,197 Views
8 Replies
02-12-2021, 08:37 PM
waleed

Theme © iAndrew 2016 - Forum software by © MyBB