Re: [PHP] One more time - HTTP_HOST

2003-06-25 Thread Jason Wong
On Thursday 26 June 2003 05:41, Sparky Kopetzky wrote: > Is $_SERVER['HTTP_HOST'] the same as CGI $_ENV['REMOTE_HOST'] ?? No. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development *

[PHP] passwd protected page

2003-06-25 Thread Bibhas Kumar Samanta
Hi, Without using sessions , how can I create passwd protected pages in mysql/php. I need to remember the user from login page and validate this user in other pages. Thanks, Bibhas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] passwd protected page

2003-06-25 Thread Sichta Daniel
Hi, You can validate user on login page and sets the flag in database table. Then on each page you have to check that flag again DS -Original Message- From: Bibhas Kumar Samanta [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 8:52 AM To: [EMAIL PROTECTED] Subject: [PHP] pass

<    1   2   3