CodeIgniter Forums
How to mimick search function of CI website - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: How to mimick search function of CI website (/showthread.php?tid=28158)



How to mimick search function of CI website - El Forum - 03-03-2010

[eluser]JamesTaylor[/eluser]
When you use the advanced search box in the header (above) the page reloads to an intermediatory page, which displays a 'Thank You' message before reloading again to show the actual results... how is this done / what should i be looking into to achieve a similar result?

I want to use a similar system to confirm data has been successfully inserted after a form submission before automatically going back to the original form allowing further entries to be made.

Thanks

James