![]() |
Insert to Database and Send Email from Form - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Best Practices (https://forum.codeigniter.com/forumdisplay.php?fid=12) +--- Thread: Insert to Database and Send Email from Form (/showthread.php?tid=1300) |
Insert to Database and Send Email from Form - ashishbafna619 - 02-26-2015 How can we Insert data to Database and Send Email from Form using a single submit button with the help of codeignitor? RE: Insert to Database and Send Email from Form - Rufnex - 02-27-2015 Have you read the documentation? http://www.codeigniter.com/userguide3/database/examples.html http://www.codeigniter.com/userguide3/database/query_builder.html http://www.codeigniter.com/userguide3/libraries/email.html RE: Insert to Database and Send Email from Form - ashishbafna619 - 02-27-2015 Thank you for your valuable revert. I am using CodeIgniter 2.2. Do you know any links for 2.x version ? (02-27-2015, 12:33 AM)Rufnex Wrote: Have you read the documentation? RE: Insert to Database and Send Email from Form - Rufnex - 02-27-2015 Sure at our documentation page ;o) http://www.codeigniter.com/docs RE: Insert to Database and Send Email from Form - ashishbafna619 - 02-27-2015 Hello Rufnex, I found the references from url: http://www.codeigniter.com/user_guide/database/index.html I will revert you if any further assistance required. Thanks for your time. RE: Insert to Database and Send Email from Form - Rufnex - 02-27-2015 Your welcome. |