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 [...]
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 [...]
In this tutorial, We will explain to you Exporting functionality with Datatable, PHP, MySQL, and AJAX. Export data functionality makes your web application user-friendly and helps the user to maintain list data. We will cover this tutorial in easy steps to create a live demo to create Exportin [...]
In this tutorial, We will explain to you how to use highlight words from a search with PHP and MySQL. The PHP preg_match_all() function is used to perform a regular expression search and add a element to each matched string. Highlighting keywords in search results will help a user to easily id [...]
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 [...]
No matter how carefully you design your website or application, and how much testing you do, the visitors to the site might still come across problems that affect their use of the website. These issues may arise either due to website errors or because of user errors and the solution to the [...]