<?php session_start(); $_SESSION["username"]="suyambu"; ?>
<?php session_start(); echo $_SESSION["username"]; ?>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)