PHP
-
May- 2020 -18 May
Php jquery ajax post request example
In this example, We will share with you how to write a simple ajax request example with jquery PHP. we…
Read More » -
11 May
FUNCTION IN PHP
In php their are thousands of in-bulit function.But user can also defined the function according to requirements PHP User-defined Functions…
Read More » -
11 May
Recursive function in php
Recursive function is a function which calls itself again and again until the termination condition arrive. So i give the…
Read More » -
11 May
What are constants in php?
Simply constant is an identifier or a name of a value that you will define in your php script. The…
Read More » -
11 May
PHP Conditional Statements
Conditional statements in PHP nothing but an action which works on different situation or condition . In PHP following are…
Read More » -
6 May
PHP Check If Array Is Multidimensional or Not
In this tutorial, we will discuss check if the array is multidimensional or not in PHP. This post will give…
Read More » -
Apr- 2020 -24 April
LOOPS IN PHP
A Loop is an Iterative way that involves executing the same number of code a number of times until a…
Read More » -
23 April
How to collect the form data through PHP?
you’ll learn how to collect user inputs submitted through a form using the PHP Superglobal variables $_GET,$_POST,$_REQUEST FIRSTLY CREATE A SIMPLE…
Read More » -
21 April
What is Array?Types of arrays in php.
An array is a variable which stores multiple values in one single variable .However it only stores one data type…
Read More » -
21 April
Why we use PHP?
PHP is a great option for many reasons, so if you’re interviewing a company throwing around the PHP slag, here…
Read More »