Using MySQL and MSSQL selection flexibility in PHP

529

I am working on a web application(using PHP) which will use MySQL database in initial stage & once it gets ready, I will use same application to connect Remote MSSQL database & not the MySQL database. Any suggestion which standards I will have to keep in mind before developing this application so that it remaining flexible & I will just have to make few configuration changes in application when transferred from MySQL to MSSQL ?

239

Answer

Solution:

Check out the php PDO extension. Using this you should be able to easily transfer your code to use the new database by just changing your connection parameters.

People are also looking for solutions to the problem: php - spell check using google.com/tbproxy/spell

Source

Didn't find the answer?

Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.

Ask a Question

Write quick answer

Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.

Similar questions

Find the answer in similar questions on our website.