View Single Post
Old 07-03-2008, 08:36 AM   #15 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Quote:
Originally Posted by codefreek View Post
so what you call this then ?
$this->showConnectionDetails('zone');
Read the code ;)
Ahh, missed that part.
Well, maybe you haven't set private $db_selected ?

Also, you can use this:
PHP Code:
$db_selected mysql_select_db($this->db_selected$this->dbtestcon) or die(mysql_error()); 
Tanax is offline  
Reply With Quote