Makarand Mane – Page 2 – Tyche Ventures

Makarand Mane

April 30, 2020

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 […]
April 30, 2020

PHP File Upload

In this tutorial, we will learn how to upload files on a remote server using a simple HTML form and […]
April 30, 2020

PHP Form Handling

In this tutorial, we will discuss PHP form handling. You will learn how to collect user-supplied form data using $_POST, […]
April 30, 2020

Arrays in PHP

An array is a special type of variable that can hold many values at once, all accessible via a single […]
April 29, 2020

Class and Objects in PHP

Class in PHP A class is a blueprint from which you can create the instance, i.e., objects. A class is […]
April 27, 2020

Passing argument to function in PHP

Passing argument to function PHP provide option to pass the values/parameters to the function, you can pass any number of […]
April 27, 2020

PHP Variable Scope & Superglobal Variables

In PHP, variables can be declared anywhere in the script. PHP has three different variable scopes: local global Local Scope: […]
April 25, 2020

Function in PHP

PHP functions are similar to other programming languages. A function is a piece of code which takes one more input […]
April 25, 2020

Variables & Data Types in PHP

A Variable is simply a container i.e. used to store both numeric and non-numeric information. Variable is the name of […]