Quote:
|
Originally Posted by perleo
is it the way I call the database script that has the DBI class ?
I do $DBI = new DBI( "mysql://root  ***@localhost/db" );
at the end of the database script. and then include that in the sessions.php
|
It's very likely that this is the root of your problem. Not knowing what parameters your class constructor is expecting makes it impossible for me to say for sure. I will say it looks very strange tho.
