1

My client wants to upgrade this website from php4 to latest version.

But first I have to check website on php4 with a SQL databse.

I googled for it but not getting exact information for below -

Does php4 supports SQL database properly?

Is it good to continue with sql server and php5 in future ?

6
  • What exactly did you google as I managed to find plenty of results Commented Jul 31, 2013 at 12:53
  • Can you please share some links here ? In my case all were explainig about PHP5. I want to check for PHP4 Commented Jul 31, 2013 at 12:54
  • Your site already uses php4 so you know that works. Commented Jul 31, 2013 at 12:55
  • No, Right now it's using Mysql. but client has some data in MSSQl so he want to do use that database also Commented Jul 31, 2013 at 12:56
  • The manual tells you all you need to know php.net/manual/en/function.mssql-query.php supported in (PHP 4, PHP 5, PECL odbtp >= 1.1.1) Commented Jul 31, 2013 at 12:57

1 Answer 1

3

php do support almost all database including mssql.

All you need to do is to just enable it by removing the semicolon from php.ini

Regards

Alok

sportsafter

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.