Author name: admin

PHP

Typecast

How to Type cast variable  in PHP (Type casting)? Typecast : PHP does not  support type definition of the variable. In

PHP

$GLOBALS in PHP

What is $GLOBALS in PHP ? $GLOBALS is a PHP super global variable which is used to access global variables

PHP

$_SESSION in PHP

What is $_SESSION in PHP ? $_SESSION is the PHP global variable to set and retrieve session values in PHP.A session is

PHP

Cookies in PHP

What is $_COOKIE in PHP ? Cookies in PHP ( $_COOKIE  [] )is a superglobal variable used to handel cookie .

PHP

$_ENV in PHP

What is $_ENV in PHP ? $_ENV in PHP is used to return the environment variables form the web server.

PHP

$_FILES in PHP

What is $_FILES in PHP $_FILES in PHP is a superglobal array is filled up with data about the uploaded file.

Scroll to Top