Re: [PHP-DB] using Flat File

2003-01-22 Thread Addison Ellis
here is what i use. have your login_form.php post to this and call this login.php. hope it helps. addison session_start(); session_register('auth'); session_register('logname'); include("config.php"); //this fi

Re: [PHP-DB] using Flat File

2003-01-22 Thread John Krewson
Check to see if $PHP_AUTH_USER exists by echoing it to the browser, and make sure you have permissions to the txt file you are trying to read. That's all I can think of given the lack of information such as error messages, where it breaks, etc. web man wrote: Hi, I have posted my question to

RE: [PHP-DB] using Flat File

2003-01-22 Thread Hutchins, Richard
Message- > From: web man [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 2:02 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] using Flat File > > > > Hi, > > I have posted my question to this list before but I did not > get a help that I was expected.

[PHP-DB] using Flat File

2003-01-22 Thread web man
Hi, I have posted my question to this list before but I did not get a help that I was expected. All I wanted to do is to give access for the users to view a page in which the below code is embedded. The user will enter his/her username and password. But the code is not working. I don't know

[PHP-DB] using Flat File

2003-01-21 Thread web man
Hi Guys, i wondered if there any assistance you could do for me on this code. I have called on God many times to assist me but He did not respond. I hope you would. What I am trying to do is to allow certain users to view a certain page . I stored their names and passwords in a file.txt But