Session prob

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<?php
if (! isset($_SESSION['count'])) {
    $_SESSION['count'] = 1;
}
else {
    $_SESSION['count']++;
}
print $_SESSION['count'];
?>
 
 
Why isn´t this working? Is there something I done wrong during the
installation or what?

[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux