Page 1 of 1

SQL Server 2000

Posted: Sat Jul 30, 2005 3:18 pm
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.

Posted: Sat Jul 30, 2005 8:34 pm
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..