Urgent: Cannot Connect to Database Mysql+PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ashutosh

    Urgent: Cannot Connect to Database Mysql+PHP

    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","passw ord");


    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

    #2
    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","passw ord");
    >
    >
    > 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@attgl obal.net
    =============== ===

    Comment

    Working...