On Aug 26, 5:25 pm, "Fabio" <znt.fa...@virgilio.it> wrote:
> Hi,
>
> Another newbie question.
>
> I'm using to do a test
>
> $_SESSION["count"]++;
>
> after a POST action, but evry time the page is reloaded $_SESSION is never
> initialized... why?
>
> Thanks
Do you have session_start() at the beginning of your page?