mysql_select_db :: Please help
Posted: Sat Sep 04, 2004 11:26 pm
Hello,
I am very new to the php world and really love to know more... i am trying to connect my html (embedded with php code ) to a mysql database....
This is only for learning purposes... The code connects to the database but it does not return true when i do this ::
$this->db = $db;
if(@mysql_select_db($this->db, $this->conn)) {
return true;
}
can someone please try to guide me thru this??
Thanks much
I am very new to the php world and really love to know more... i am trying to connect my html (embedded with php code ) to a mysql database....
This is only for learning purposes... The code connects to the database but it does not return true when i do this ::
$this->db = $db;
if(@mysql_select_db($this->db, $this->conn)) {
return true;
}
can someone please try to guide me thru this??
Thanks much