Can we use other database like oracle with WAMP package? Or if I want to use PHP,oracle and apache to use then开发者_运维技巧 can I do this? How?
Short answer, yes.
PHP has support for connecting to Oracle, MySQL, PostgreSQL, MS-SQL, and various others. You just have to have the PHP extension installed for the database you wish to use.
Yes and no. You can access the Oracle DB from PHP, but then it won't be called WAMP anymore.
It is possible to use Oracle instead of MySQL follow this link and it will work more than fine and don't bother your self by knowing what will it be called as someone before said:
https://www.devside.net/wamp-server/connect-wamp-server-to-oracle-with-php-php_oci8_11g-dll
this link contain every thing you want I did those things and it is working gooood for me. The wamp will still be called wamp all the difference is that you will be using Oracle instead of MySQL. ;)
精彩评论