PHP

Category subcategory tree view provides a user-friendly way to list the parent and child categories. The category and their subcategory are easily separated by a tree structure. The categories tree view is always recommended to display an infinite level of...

By: CodexWorld Mar 13, 2018
PHP

Generally, the import section of phpMyAdmin is used to import or restore the database from a SQL file. You can restore the database from PHP script without login to your hosting server or phpMyAdmin. Restore database from PHP script is very useful when you...

By: CodexWorld Feb 19, 2018
PHP

Server-side file upload can be easily implemented using PHP. There are various ways available to upload image to server and display images on the webpage. Generally, in a dynamic web application, the uploaded image is stored in a directory of the server an...

By: CodexWorld Aug 8, 2023
PHP

Inline data editing provides an easy way to edit data in table cells without loading another component. If your web application has data grid functionality, inline edit & delete is the must-have feature. The user can edit and delete content on the same pag...

By: CodexWorld Jan 23, 2023

File upload functionality is the common feature for the dynamic web application. Generally, a form is submitted and page is refreshed to upload file in PHP. But if you want to provide a better user interface, jQuery and Ajax can be used to upload file with...

By: CodexWorld Jul 20, 2022

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

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
keyboard_double_arrow_up