Need Help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rajsekar2u
Forum Commoner
Posts: 71
Joined: Thu Nov 20, 2008 4:23 am

Need Help

Post by rajsekar2u »

hi,
Is it possible to connect PHP with SQL Server (not MYSQL).
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: Need Help

Post by Mark Baker »

Yes, take a look at the section in the PHP manual on MSSQL
rajsekar2u
Forum Commoner
Posts: 71
Joined: Thu Nov 20, 2008 4:23 am

Re: Need Help

Post by rajsekar2u »

thanks.
I've another doubt.

Do i need to change anything in php to connect MSSQL Server.
If so Please let me know that....
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Need Help

Post by requinix »

rajsekar2u wrote:thanks.
I've another doubt.

Do i need to change anything in php to connect MSSQL Server.
If so Please let me know that....
Maybe, take a look at the section in the PHP manual on MSSQL
Post Reply