CodeIgniter - Sending EmailCodeIgniter - Sending EmailSending email in CodeIgniter is much easier. You also configure the preferences regarding email in CodeIgniter. CodeIgniter…Read More
CodeIgniter - File UploadingUsing File Uploading class, we can upload files and we can also, restrict the type and size of the file to be uploaded. Follow the steps shown in the …Read More
CodeIgniter - Form ValidationValidation is an important process while building web application. It ensures that the data that we are getting is proper and valid to store or proces…Read More
CodeIgniter - LibrariesThe essential part of a CodeIgniter framework is its libraries. It provides a rich set of libraries, which indirectly increase the speed of developing…Read More
CodeIgniter - Error HandlingCodeIgniter - Error HandlingMany times, while using application, we come across errors. It is very annoying for the users if the errors are not handle…Read More
0 comments:
Post a Comment
Thanks