Hi,
How do you delete a cookie immediately? I have tried
setcookie('member_password',"",time() - 60*60*24*364);
but it doesn't work.
Thanks
Pam
Paolo Morgano wrote:
Thank you,
I've been able to do this, can you tell me why the pages I wrote work fine
on Lycos web space? May be older php versions worked in a different way?
It's because of a setting in php.ini. The setting is register_globals.
When it is on, your old way works; the variab
because register_globals is on in their php.ini and it is off in yours
Php since 4.3.x or something defaults to setting register_globals = off, which
is very advisable as setting it to on implies several security threats.
regards,
Bostjan
On Thursday 14 of October 2004 14:17, Paolo Morgano wro
Thank you,
I've been able to do this, can you tell me why the pages I wrote work fine
on Lycos web space? May be older php versions worked in a different way?
Thanks and regards,
Paolo
"Hendrik Schmieder" <[EMAIL PROTECTED]> ha scritto nel messaggio
news:[EMAIL PROTECTED]
> Paolo Morgano sch
Paolo Morgano schrieb:
Hi,
I installed PHP5 like DSO for Apache2. I can see php processed pages, but
I miss variables... I wrote a simple page to test
index.html:
Input text
script.php is:
The function phpinfo() works fine, but I can't print $var value (correctly
showed PHP VAR