CodeIgniter Forums
CODEIGNITER with SEARCH operation - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: CODEIGNITER with SEARCH operation (/showthread.php?tid=57063)



CODEIGNITER with SEARCH operation - El Forum - 02-12-2013

[eluser]Unknown[/eluser]
I am new to codeigniter..............i want one form with search textbox and submit button.......i want searching operation and the results we will get from the database.....and displyed within that form......................



thanks in advance


CODEIGNITER with SEARCH operation - El Forum - 02-12-2013

[eluser]DevTyme[/eluser]
[quote author="sssssssss" date="1360668491"]I am new to codeigniter..............i want one form with search textbox and submit button.......i want searching operation and the results we will get from the database.....and displyed within that form......................



thanks in advance[/quote]

This is a business logic question.. Codeigniter provides the tools to perform functions upon a requested URL, and a Database library to execute queries upon your database.

So.. you're asking how to execute a search query? RTFM.