-Original Message-
> > From: Nik Alleyne [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, April 10, 2002 8:56 AM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-WIN] Another Newbie Question
> >
> >
> > Good evening everyone,
> > I am new (very n
abase it's a
permissions problem.
-Original Message-
From: Nik Alleyne [mailto:[EMAIL PROTECTED]]
Sent: April 10, 2002 09:56
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Another Newbie Question
Good evening everyone,
I am new (very new) to php. I was doing some research on the net an
ocalhost', 'nik', '');
//connect to localhost as the user, nik, with no password
> -Original Message-
> From: Nik Alleyne [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 10, 2002 8:56 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Another Newbie Questi
I recommend using mysql_error() to see what the problem is. I/e:
mysql_connect('nik', '', '') or
die('Could not connect: '.mysql_error());
mysql_select_db_('guestbook') or
die('Could not select: '.mysql_error());
Something like that..
At 12:56 PM 4/10/02 -0300, Nik Alleyne wrote:
>Good e
Good evening everyone,
I am new (very new) to php. I was doing some research on the net and learn
of this packaged and after reading just a couple of pages, i figure i should
learn this instead of ASP. It looks so easy. Anyhow here is my problem.
I am trying to connect to the database (MySQL) how