RE: [PHP] Cannot Use Database

2003-12-10 Thread Chris
se_db() is doing for you. Chris -Original Message- From: Stephen Craton [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 7:41 PM To: Jason Wong Cc: PHP List Subject: Re: [PHP] Cannot Use Database Found the problem. I was using the query of "use database_name" rather t

Re: [PHP] Cannot Use Database

2003-12-10 Thread Stephen Craton
[EMAIL PROTECTED]> Sent: Wednesday, December 10, 2003 7:34 PM Subject: Re: [PHP] Cannot Use Database > On Thursday 11 December 2003 06:17, Stephen Craton wrote: > > > I am having an issue connecting to a MySQL database. I've made a script > > that installs itself to a M

Re: [PHP] Cannot Use Database

2003-12-10 Thread Jason Wong
On Thursday 11 December 2003 06:17, Stephen Craton wrote: > I am having an issue connecting to a MySQL database. I've made a script > that installs itself to a MySQL database (creates all the tables and such) > and then the script uses the tables to store information and whatever else > it may hav

[PHP] Cannot Use Database

2003-12-10 Thread Stephen Craton
Hello, I am having an issue connecting to a MySQL database. I've made a script that installs itself to a MySQL database (creates all the tables and such) and then the script uses the tables to store information and whatever else it may have to do. The problem is, the install works just fine, but