experts help me on this code.. |
[eluser]sv3tli0[/eluser]
The best advice is to check the userguide of CI http://ellislab.com/codeigniter/user-guide/ In your case check the usage of the flashdata method ![]() http://ellislab.com/codeigniter/user-gui...sions.html You have to set "$this->session->flashdata('item');" inside your View to see the message which you have set (error or success) ![]() + you may use Form_validation to grab POST data and to check a field exists in your DB with is_unique check . http://ellislab.com/codeigniter/user-gui...ation.html |
Messages In This Thread |
experts help me on this code.. - by El Forum - 08-11-2013, 01:28 AM
experts help me on this code.. - by El Forum - 08-11-2013, 02:33 AM
experts help me on this code.. - by El Forum - 08-11-2013, 05:34 AM
experts help me on this code.. - by El Forum - 08-11-2013, 05:44 AM
|