Re: [PHP-DB] Damn Cookie

2001-02-01 Thread Stas Trefilov
Hello, John Starkey! You wrote: > I've got a login page posting only the user_name and > password vars. No > matter what it's using the same name over again. > What's between the tags? -- Piloteers do it on the road -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mai

Re: [PHP-DB] Damn Cookie

2001-01-26 Thread Tom Carter
what is probably happening is that your file, page.html is setting the variable user_name to a value at some point in the script. The URL you gave effectively is the same as making the first two lines of the file read $user_name='name'; $password='password'; Hence if a subsquent line in the scrip

[PHP-DB] Damn Cookie

2001-01-26 Thread John Starkey
I'm not sure if this is my problem but it's wigging me out. I've got a login page posting only the user_name and password vars. No matter what it's using the same name over again. http://.../page.html?user_name=name&password=password When i open page.html and do echo $user_name it still doe