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.
SQL Server 2000
Moderator: General Moderators
SQL Server 2000
Last edited by Lienne on Wed Aug 03, 2005 4:58 pm, edited 1 time in total.
instead of using mysql_* you now have to use mssql_*. http://www.php.net/mssql. And you'll have support for subqueries etc now..