I'm using php4.4.2 with apache2 on one machine, and php4.4.2 with NetFileserver on the other machine. Both under Windows2000.
I used php5 on both machine before, but didn't work. Then i rolled back to php4 on the NFS machine, and it worked within local network, but failed to work thru internet. The one with Apache2 is still not working thru both local and internet.
I also tried $HTTP_COOKIE_VARS[] instead, but it still not working. Is it the code wrong, or is it my installation wrong? To be honest, i'm also not very sure with the installation. I used cookie before on my friend's server running linux. It worked. if($_COOKIE['username']) gave me true result.
Oh, another funny thing, the server with apache2 was running Gallery2, with php5. It worked fine. No problem at all. But when i change the php into version 4, it gives errors, won't work at all.
It's been 3 weeks now of reconfiguring, reinstalling, googling, with no luck..
