]
Subject: [PHP-WIN] Re: error. no database selected.
Have you tried using the function "mysql_select_db" to select the database?
Patrick Roane wrote:
> Ok,
>
> No syntax errors this time, but when I hit enter
> (after I type in the code below), I get 'error 1
Have you tried using the function "mysql_select_db" to select the database?
Patrick Roane wrote:
Ok,
No syntax errors this time, but when I hit enter
(after I type in the code below), I get 'error 1046,
no database selected'
CREATE TABLE phonelist(
id INT(100) PRIMARY KEY,
firstName VARCHAR