mysql_connect not working

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

    mysql_connect not working

    Hi,
    I am very new to php, and I am trying to use it to access a mysql
    database. But I'm trying to use mysql_connect but the browser returns
    the following error sayin that the mysql_connect function is undefined.
    Why? Can anyone help?

    Fatal error: Call to undefined function mysql_connect() in
    C:\Data\Now\Con tractWork\Frien dsKnitting\Live WebSite\friends _emailsubmit.ph p
    on line 11

    ezmiller

  • noone

    #2
    Re: mysql_connect not working

    ezmiller wrote:[color=blue]
    > Hi,
    > I am very new to php, and I am trying to use it to access a mysql
    > database. But I'm trying to use mysql_connect but the browser returns
    > the following error sayin that the mysql_connect function is undefined.
    > Why? Can anyone help?
    >
    > Fatal error: Call to undefined function mysql_connect() in
    > C:\Data\Now\Con tractWork\Frien dsKnitting\Live WebSite\friends _emailsubmit.ph p
    > on line 11
    >
    > ezmiller
    >[/color]


    look at your PHP.INI file to make sure you are loading the Mysql Modules.

    M.

    Comment

    Working...