Jump to content

Database Error,... HELP plz....


sharif888uk

Recommended Posts

MySQL Error : Database Error

Error 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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.