> -Original Message-
> From: Sabina Alejandr Schneider [mailto:[EMAIL PROTECTED]]
> Sent: 05 January 2003 20:17
>
> Hello everybody
> I was trying to use Sessions, but I had some problems.
>
> I have an old version of the Apache, that comes with the
> Red Hat 7.2.
>
> when executin
Hello everybody
I was trying to use Sessions, but I had some problems.
I have an old version of the Apache, that comes with the
Red Hat 7.2.
when executing this in my page:
session_start();
if(!isset($_SESSION['s_test'])){
$_SESSION['s_prueba']=1;
}
There appear this in the page:
Warni