07-03-2008, 08:36 AM
|
#15 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
Quote:
Originally Posted by codefreek
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());
|
|
|
|