Introduction There are many libraries for animation on scroll. In this tutorial we will see the animation on scroll using AOS library. Animation on scroll […]
Read MoreCategory: Developer tips
How to add parallax effect using GSAP and ScrollMagic
Introduction Parallax : Parallax effect means change or displacement in the apparent position of the object along two different lines of sight. GSAP : GSAP […]
Read MorePHP File Upload
PHP File Upload- In this tutorial, we will learn how to upload files on a remote server using a simple HTML form and PHP. You […]
Read MoreArrays in PHP
An array is a special type of variable that can hold many values at once, all accessible via a single variable name. Arrays are very […]
Read MorePHP Form Handling
In this tutorial, we will discuss PHP form handling. You will learn how to collect user-supplied form data using $_POST, $_GET, and $_REQUEST methods from […]
Read More