How To

How to Add Unlimited Fields in Form Using JavaScript and Store Into Database With PHP

Sometimes we need to add unlimited fields into our form for a better user experience. At that time, we can…

6 years ago

How to Force Image Download in PHP From a Link

Force image download is mandatory in some content downloading websites to provide a good and smooth user experience. Even more,…

6 years ago

How to Compress Image Size Without Losing Quality in PHP

PHP provides the ability to compress images without losing the quality of it. Even more, we can resize images in…

6 years ago

How to Move Uploaded File in PHP

Move the uploaded file to its destination directory is very important via the back-end. PHP provides move_uploaded_file() method by default…

6 years ago

How to Image Preview Before Upload Using JavaScript

Image preview before the upload is a basic and important feature nowadays in profile registration forms. Image preview helps the…

6 years ago

How to Change Button Color on Hover Using CSS

Every element on a website is considered to be important in terms of user experience. Also, website representation is another…

6 years ago

How to Validate Empty Input Fields in a Form Using jQuery

jQuery is the most popular JavaScript framework for client-side validation. Even more, jQuery is famous for its reduced usage. jQuery…

6 years ago

How to Create a Simple PHP REST API

PHP REST(RESTful) API is the most used method of data transfer. However, there are several other ways to transfer data…

6 years ago

How to Change Text After Page Load With Javascript

Sometimes we have to change our website content or text dynamically instantly after page load. At that time, JavaScript comes…

6 years ago

How to Create Ripple Effect Loader Using CSS

Ripple effect loaders feel very smooth on websites and make it more user friendly. Generally, the ripple effect is used…

6 years ago