Pagination is the most required feature in the data list of the web application. The pagination feature is very useful to list the huge number of dynamic records from the database. It helps to load data faster and make the web application user-friendly. If...

By: CodexWorld Sep 5, 2019

Generally, a hyperlink is used to link a PDF document to display in the browser. HTML anchor link is the easiest way to display a PDF file. But if you want to display PDF document on the web page, PDF file need to be embedded in HTML. The HTML embed tag is...

By: CodexWorld Apr 15, 2023
jQuery » PHP

Crop feature helps to resize the image as per the required size before uploading on the server. You can reduce the web page size and load time by showing the image with exact display size. The image need to cropped to display the exact dimensions in the we...

By: CodexWorld Dec 6, 2018

RESTful web service also refers as RESTful API, uses HTTP requests to GET, PUT, POST, and DELETE data across platforms. In present days, RESTful API is an essential component of the web application that ensures supporting multiple devices. When the CodeIgn...

By: CodexWorld Feb 13, 2023

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
keyboard_double_arrow_up