MSSQL Server 2000 and PHP

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
Flash05
Forum Commoner
Posts: 25
Joined: Thu Dec 18, 2003 3:16 am

MSSQL Server 2000 and PHP

Post by Flash05 »

Is it possible for PHP to connect to MS SQL Server 2000 and issue select, insert, update, and delete to database/s? If possible, how?

Help... THanks! :D
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

there's an mssql-extension for php
http://php.net/mssql
Post Reply