Re: [PHP] mysql_connect() error

2005-09-03 Thread Cristea Adrian
Are you sure that is the 5-th line of your script? please give us first 1-10 lines (remove confidential data) for debuging... On 9/3/05, php general help php-general@lists.php.net wrote: Hi guys hope you can all help me here. im in the middle of making a script ( im still quite new), anyway

RE: [PHP] mysql_connect error

2004-03-22 Thread php-general
T, You also need to load the php_mysql rpm (Assuming you loaded via rpm) Till We Meet Again... Clifford W. Hansen Operations Support Developer Aspivia (Pty) Ltd. +27 (0) 11 259-1150 (Switchboard) +27 (0) 11 259-1019 (Fax) +27 (0) 83 761-0240 (Mobile) [EMAIL PROTECTED] (EMail)

Re: [PHP] mysql_connect error

2003-08-25 Thread John W. Holmes
Mjec wrote: Hi, again this line is causing problems: $h = mysql_connect('localhost',constant(mysql_user),constant(mysql_password)) ; Aparantly a parse error. Idaes? Is there a reason you're using constant()?? Try: $h = mysql_connect('localhost', mysql_user, mysql_password); One thing to

Re: [PHP] mysql_connect error

2003-08-25 Thread Mjec
on 25/08/2003 12:11 PM, John W. Holmes at [EMAIL PROTECTED] wrote: Mjec wrote: Hi, again this line is causing problems: $h = mysql_connect('localhost',constant(mysql_user),constant(mysql_password)) ; Aparantly a parse error. Idaes? Is there a reason you're using constant()??

Re: [PHP] mysql_connect error

2003-08-25 Thread murugesan
);; --- -murugesan - Original Message - From: Mjec [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 25, 2003 7:53 AM Subject: Re: [PHP] mysql_connect error on 25/08/2003 12:11 PM, John W. Holmes at [EMAIL PROTECTED] wrote: Mjec wrote: Hi, again this line

Re: [PHP] mysql_connect error

2003-01-20 Thread Chris Shiflett
--- Tom Ray [EMAIL PROTECTED] wrote: Can someone please tell me why I'm getting this error: *Fatal error*: Call to undefined function: mysql_connect() in */webs/tom/www.bohabcentral.com/www/bohabs/auth.php* on line *4 *mysql_connect was working a week or so ago, and I haven't made any