SQL Server 2000

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
Lienne
Forum Newbie
Posts: 1
Joined: Sat Jul 30, 2005 3:12 pm
Location: California

SQL Server 2000

Post by Lienne »

So I just got hired to do some flash/PHP/mssql interaction stuff, and have up until now only used MySQL. Specifically at the moment, my question is on how to create a database (what the syntax is) through php. I've installed all of the proper extensions in php.ini.

If there are any good tutorials or resources online, that would be supremely helpful, too.
Last edited by Lienne on Wed Aug 03, 2005 4:58 pm, edited 1 time in total.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

instead of using mysql_* you now have to use mssql_*. http://www.php.net/mssql. And you'll have support for subqueries etc now..
Post Reply