PHP

Star rating system is very useful to get user feedback about the product or service. With the rating system, the user can rate the product by selecting the star. It helps service provider to improve their service based on the rating provided by the custome...

By: CodexWorld Aug 12, 2019

CodeIgniter has a built-in Pagination library that helps to add pagination functionality in the data list. With this Pagination class, the page is refreshed when the data is loaded by the pagination links. If you want to integrate the pagination feature wi...

By: CodexWorld Sep 19, 2019
PHP

Youtube, Twitter, and Facebook uses Load More Data technique to list dynamic data in a user-friend way. They allow users to dynamically load the data on a button click instead of displaying the pagination links. Show more technique is very interactive beca...

By: CodexWorld Feb 22, 2018
PHP

Rating helps the user to give their thought and differentiate how good or bad a products or service is. Also, it helps the owner to understand the drawbacks of products and know whether the product meets customer expectations or not. The rating system func...

By: CodexWorld Jun 14, 2018
PHP

Image upload functionality is commonly used in web applications and it can be easily implemented using PHP. But if you want to implement image upload functionality without page refresh, jQuery and Ajax are required with PHP. Upload image without page refre...

By: CodexWorld Jul 18, 2022
PHP

Drag and Drop feature makes web page user-friendly and provides a nice User Interface for the web application. The jQuery UI provides an easy way to add draggable functionality on the DOM element. If you want to control the display order of images in the l...

By: CodexWorld Jun 4, 2020
keyboard_double_arrow_up