Connecting Tech Pros Worldwide Forums | Help | Site Map

Urgent: Cannot Connect to Database Mysql+PHP

Ashutosh
Guest
 
Posts: n/a
#1: Jul 17 '05
Hi,
I am having a problem connecting to mysql database.
I am using PHP5.0 and mysql 4.1


I am using
mysql_connect("servername","us*ername","password") ;


Everytime I execute the script the server gives me a message :
Call to undefined function on line number:3


Please help me on this.


Regards
Ashutosh


Jerry Stuckle
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Urgent: Cannot Connect to Database Mysql+PHP


Ashutosh wrote:[color=blue]
> Hi,
> I am having a problem connecting to mysql database.
> I am using PHP5.0 and mysql 4.1
>
>
> I am using
> mysql_connect("servername","us*ername","password") ;
>
>
> Everytime I execute the script the server gives me a message :
> Call to undefined function on line number:3
>
>
> Please help me on this.
>
>
> Regards
> Ashutosh
>[/color]

Did you enable mysql in your php.ini?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Closed Thread


Similar PHP bytes