<?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?
- RE: [PHP-WIN] Session prob Disko_kex
- RE: [PHP-WIN] Session prob Mike Brum
- RE: [PHP-WIN] Session prob Disko_kex
- [PHP-WIN] Re: Session prob Fernando Correa da Conceição