Re: [PHP] Creation of MySQL Database Using PHP

2004-07-26 Thread Harlequin
Marek thanks very much. -- - Michael Mason Arras People www.arraspeople.co.uk - "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Harlequin wrote: > > Hello. > > > > I have a friend who knows less than me ab

RE: [PHP] Creation of MySQL Database Using PHP

2004-07-24 Thread Dennis Seavers
mysql_query ('CREATE DATABASE name_of_database'); > [Original Message] > From: Harlequin <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Date: 07/24/2004 3:08:47 PM > Subject: [PHP] Creation of MySQL Database Using PHP > > Hello. > > I have a

Re: [PHP] Creation of MySQL Database Using PHP

2004-07-24 Thread Marek Kilimajer
Harlequin wrote: Hello. I have a friend who knows less than me about PHP and MySQL (which I know is hard to believe) but she needs a login facility for her site. I've passed over some script I use but she doesn't know how to create the database. I can write some commands that create the tables OK -

[PHP] Creation of MySQL Database Using PHP

2004-07-24 Thread Harlequin
Hello. I have a friend who knows less than me about PHP and MySQL (which I know is hard to believe) but she needs a login facility for her site. I've passed over some script I use but she doesn't know how to create the database. I can write some commands that create the tables OK - but can I do t