Re: Call to undefined function mysqli_connect()
you should be able to work with mysqli with this changes:
extension=php_mysqli.dll
and add an extra section called:
[mysqli]
mysqli.max_links=-1
mysqli.default_port=3306
mysqli.default_socket=
mysqli.default_host=
mysqli.default_user=
mysqli.default_pw=
Subject
Written By
Posted
February 06, 2006 12:33PM
Re: Call to undefined function mysqli_connect()
February 07, 2006 10:36AM
February 07, 2006 11:15AM
February 08, 2006 05:50AM
February 08, 2006 08:11AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.