[Phplib-users] unable to connect
Brought to you by:
nhruby,
richardarcher
From: <zi...@cl...> - 2003-03-05 13:04:57
|
I read carrefuly the install doc and test it, but i'm finally unable to co= nnect to the test-example page with the default kris/test logon. I had created tables and the test to the database is successfull : = <?php include(=22table.inc=22); // requires include=5Fpath to be functioning =24db =3D new DB=5FExample; =24db->query(=22select * from auth=5Fuser=22); =24t =3D new Table; =24t->heading =3D =22on=22; =24t->show=5Fresult(=24db); ?> look like this on the page : user=5Fid username password perms = c14cbf141ab1b7cd009356f555b607dc kris test admin = the session test work too, but not at all : = the counter works, but i dont get any lines in the session table. So, i think i miss a stage but i spend hours to find it without success ..= =2E Could u help me ? Regards, Lilian. |