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 wrote:
> Hi
>
> guys hope you can all help me here. im in the middle of making a script ( im
> still quite new), anyway im getting this error
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)
http://chansen.asp
,db_pass);
if($h)
mysql_select_db (db_name) or die ("could not select db");;
---
-murugesan
- Original Message -
From: "Mjec" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 25, 2003 7:53 AM
Subject: Re: [PHP]
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 yo
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
--- 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
6 matches
Mail list logo