Google Calendar allows users to create and edit events. Reminders can be enabled for events, with options available for type and time. Event locations can also be added, and other users can be invited to events. In this article, you will learn how to work with the Google Calendar API with Code [...]
Category: Codeigniter
In this tutorial, We will explain how to Implement Calendar in CodeIgniter.CodeIgniter Calendar class enables you to dynamically create calendars. Your calendars can be formatted through the use of a calendar template, allowing 100% control over every aspect of its design. In addition, you can [...]
In this tutorial, we have to share how to log in with Remember Me using CodeIgniter and MySQL. Remember me function is used to save the login details in the login form entered by the user. This is a very user-friendly feature that helps the user in reducing user attempts and stop to type login [...]
Sending an email is a very common activity in web applications. This tutorial will explain to you How to Send an Email With Attachment Codeigniter. The email send functionality is used to send notification emails to users. Many times we need to send an email with text or HTML content and attac [...]
A Table is an arrangement of columns and rows that organizes and positions data. DataTables is a table enhancing plug-in for the jQuery Javascript library, adding sorting, paging, and filtering abilities to plain HTML tables with minimal effort.
In this tutorial you will learn about jQuery [...]
Using Excel and CSV file you can store all the data and import the Excel and CSV file data into the database at once using PhpSpreadsheet library in CodeIgniter and MySQL.PhpSpreadsheet is a PHP library for reading and writing spreadsheet files. Import Excel and CSV into MySQL help to save the [...]
Export data functionality makes your web application user-friendly and helps the user to maintain list data.PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. This tutorial will help you understand how Export Data to Excel and CSV files using PhpSpreadsheet library [...]
A contact page is a standard web page on a website used to allow the visitor to contact the website owner.CodeIgniter AJAX contact form is used to send contact information without page refresh and use both side validation client and server. In this tutorial, We have to share a simple AJAX-base [...]
A ZIP file is an archive that contains one or more files or directories compressed. Zip files make it easy to keep related files or directories together and make transporting, e-mailing, downloading, and storing data and software faster and more efficient. In this tutorial, We have share how [...]
CSV stands for "comma-separated values". Its data fields are most often separated or delimited, by a comma. The CSV format is the most popular file format to use for data export and import functionality.Import/Export data functionality makes your web application user-friendly and helps the use [...]