[Phplib-users] problem with authentication
Brought to you by:
nhruby,
richardarcher
From: Jaroslav M. <ne...@ce...> - 2002-09-15 18:52:43
|
Hello, I have a problem with included example of session management and authentication using MSSql database. I use: win2000, MSSql 7.0, Apache 1.3, PHP 4.2.2 and PHPLIB 7.4pre1 When I start pages\test.php3, session management works OK but login as kris/test fails=> Parse error: parse error, unexpected $, expecting T_VARIABLE or '$' in C:\www\phplib\php \session.inc(339) : eval()'d code on line 1 Either your username or your passyword are invalid Of course, I created all necessary tables and user kris. I also tried this example on MySql, and without any problem/error. Can You help me? Thanx for any advice, jam. |