is their any other way to connect php to mysql database other than enabling the ;extension=php_ mysql.dll
is any other way to connect php and mysql?
Collapse
X
-
The manual lists all the Database Extensions. You could try one of them.
However, if your server doesn't support something as basic as the old mysql extension, I wouldn't get my hopes up that it supports a lot of these.
Could you tell us why you don't want to enable the old mysql extension?
Comment