SQL Server 2005 Driver for PHP Documentation
Example Application (SQL Server 2005 Driver for PHP)
The AdventureWorks Product Reviews example application is a Web application that demonstrates the functionality of the SQL Server 2005 Driver for PHP. The application lets a user search for products by entering a keyword, see reviews for a selected product, write a review for a selected product, and upload an image for a selected product.
Running the Example Application
Install the SQL Server 2005 Driver for PHP. For detailed information, see Getting Started (SQL Server 2005 Driver for PHP).
Copy the code listed later in this document into two files: adventureworks_demo.php and photo.php.
继续阅读