RE: [PHP-DB] ?? Login problems ??

2003-06-09 Thread JeRRy
Hi, This message is regarding my original post of the following subject/topic: [PHP-DB] ?? Login problems ?? I wish to say that the problem has been fixed. Thankyou to those people that helped me with the problem via this message board and direct email. I no longer require help on this topic.

RE: [PHP-DB] ?? Login problems ??

2003-06-08 Thread JeRRy
Try again. Post the exact error you're getting (what you're getting is most likely just a Warning) and a _FEW_ lines around where the error is at. The exact error is: Notice: Undefined variable: Username on line 86 With the given error it mucks up my username/password form by putting incorrect

RE: [PHP-DB] ?? Login problems ??

2003-06-08 Thread John W. Holmes
> I have this script that logs people into a website > using cookies. On my linux web server it works fine > but when I downloaded the Windows version of mysql for > my personal PC to do offline work I get an error with > the identical file. > > The error is on line 86 undefined username > > But