lto:[EMAIL PROTECTED]
Sent: Wednesday, October 27, 2004 7:18 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] error. no database selected problem solved!
Thanks for all of your input. I didn't realize that I
had to 1st create the database:
mysql> create database phonelist;
Database "ph
Thanks for all of your input. I didn't realize that I
had to 1st create the database:
mysql> create database phonelist;
Database "phonelist" created.
and than follow that up with:
mysql> use phonelist
Database changed
next:
mysql> create table table01(
id INT(100) PRIMARY KEY,
firstNa