I am new to php & have just tried to make a number guessing game using session. there is some problem in this code please help me !!!
<?php
session_start();
$count=0;
if (isset ($_SESSION['counter']))
$count=$_SESSION['counter'];
$count++;
$a=rand(1,100);
if (isset ($_SESSION['hide']))
$...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.