View Single Post
  #6 (permalink)  
Old 08-30-05, 02:33 PM
ranbla ranbla is offline
Newbie Coder
 
Join Date: Aug 2005
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote