Install problem (new to PHP)

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

    Install problem (new to PHP)

    I have a problem setting things up (PHP 5.03 on Windows with Apache
    and mySQL). : mysql_connect(. .) generates Apache error log - undefined
    function. I have put
    extension=php_m ysql.dll
    in php.ini

    and added
    c:\php
    to the Windows path. However I still get 'cant find php_mysql.dll'
    when Apache starts. OTOH php_mysql.dll isnt in c:\php so.. is this in
    a separate download? TIA
  • dyrer

    #2
    Re: Install problem (new to PHP)

    Walter Milner wrote:[color=blue]
    > I have a problem setting things up (PHP 5.03 on Windows with Apache
    > and mySQL). : mysql_connect(. .) generates Apache error log - undefined
    > function. I have put
    > extension=php_m ysql.dll
    > in php.ini
    >
    > and added
    > c:\php
    > to the Windows path. However I still get 'cant find php_mysql.dll'
    > when Apache starts. OTOH php_mysql.dll isnt in c:\php so.. is this in
    > a separate download? TIA[/color]

    Try http://www.apachefriends.org/en/index.html

    Comment

    Working...