CRUD operations are the most required functionality for every CodeIgniter application. CRUD operations are commonly used to manipulate data in the database. It helps to implement Add, Edit, Update and Delete functionality in CodeIgniter framework. This tut...

By: CodexWorld Oct 13, 2017

LinkedIn provides various API to enhance the sign-in experience on the web application. LinkedIn Login is the easiest way to integrate login system on your website. Sign in with LinkedIn feature allow users to log in with their LinkedIn account without cre...

By: CodexWorld Sep 25, 2017
PHP

Geographical location can be tagged with the photograph by geotagging. Generally, the latitude and longitude are assigned to the geotagged images. Geotagging is done in two ways, automatic or manual. If geolocation is enabled, the geotagging is automatical...

By: CodexWorld Jan 7, 2021
PHP

Pagination is a commonly used functionality on the data list in almost every web application. Generally, all the data is listed on the webpage. But when the web application handles huge data and needs to be retrieved from the database, it's not a good idea...

By: CodexWorld Nov 26, 2018
PHP

CRUD operations are commonly used to manipulate data in the database. Almost, all the dynamic web application uses Add, Edit, Update and Delete functionality for managing data with the database. The MySQLi Extension (MySQL Improved) and Object Oriented Pro...

By: CodexWorld May 27, 2019
PHP

Sending email from the script is the very useful functionality in the web application. If your web application uses PHP, it's very easy to send email from the script using PHP. PHP provides an easy way to send email from the website. Using mail() function ...

By: CodexWorld May 12, 2021

Location search box helps to find the exact location that the user wants to provide. Generally, HTML input box is used to get the address from the user, where the user needs to enter their address manually. But if you want to make location input box more u...

By: CodexWorld Aug 29, 2017

The Datepicker helps to input a date by selecting it from the calendar without manually enter in the input field. When you want to collect date input from the user, adding a datepicker to the input field can provide a good user experience. Using the jQuery...

By: CodexWorld Apr 28, 2022

AngularJS is a great JavaScript framework with some captivating features for not only developers but designers as well! AngularJS structural framework helps develop dynamic web applications. Google and their group of experts officially maintain it to make ...

By: Sirisha Paladhi Aug 23, 2017

Google Maps API provides an easy way to display maps on the website. You can point the location using a marker on Google Map and be show the details info on info window. The map functionality can be extended in a various way and you can implement the Googl...

By: CodexWorld Aug 29, 2017
PHP

CSV (comma-separated values) is the most popular file format to store data in plain text for offline uses. Generally, a CSV file is used to import and export data for moving data between programs. Import and export data is the most used feature in the web ...

By: CodexWorld Apr 25, 2024
keyboard_double_arrow_up