Thread
:
another simple question about PHP and mySQL
View Single Post
Jul 9th, 2005, 8:10 AM
#
2
Ooble
I eat cake for breakfast.
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power:
9
You have to enable php_mysql.dll and php_mysqli.dll in php.ini. You do this by removing the semicolon from these two lines:
(
Toggle Plain Text
)
;extension=php_mysql.dll ;extension=php_mysqli.dll
;extension=php_mysql.dll ;extension=php_mysqli.dll
Then restart the Apache server.
__________________
Me
::
You
::
Them
Ooble
View Public Profile
Visit Ooble's homepage!
Find More Posts by Ooble