sharif888uk Posted August 14, 2003 Share Posted August 14, 2003 i installed new php guestbook when ever i go there it always say Database Error .. I have MySQL. plz visit that link below. Link: http://members.lycos.co.uk/sharif888uk/guestbook plz help...[/b] Link to comment https://forums.phpfreaks.com/topic/893-database-error-help-plz/ Share on other sites More sharing options...
shivabharat Posted August 14, 2003 Share Posted August 14, 2003 MySQL Error : Database ErrorError Number: 1046 No Database Selected Date : Thu, August 14, 2003 14:58:15 IP : 212.78.204.27 Browser : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Referer : http://members.lycos.co.uk/sharif888uk/guestbook/ PHP Version : 4.3.2 OS : Linux Server : Apache/1.3.27 (Unix) Server Name : members.lycos.co.uk The above description says it all Ensure in your code that you have something like this $db = mysql_connect("localhost", "admin","admin"); mysql_select_db("dbname",$db); Provide your database name in the \"dbname\". Link to comment https://forums.phpfreaks.com/topic/893-database-error-help-plz/#findComment-2983 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.