View Single Post
12-02-2007, 12:33 PM
#3
amf is offline amf
Status: Member
Join date: Jul 2007
Location: Atlanta, GA (USA)
Expertise:
Software:
 
Posts: 108
iTrader: 0 / 0%
 

amf is on a distinguished road

  Old

If you haven't found it yet, look into mssql_init/mssql_bind/mssql_execute, which uses parameters to pass values into stored procedures. This is considered "the way" to do things in PHP with MS SQL. Also note the complaints about PHP not working with SQL 2005 Express and how to fix it in the comments are of the PHP doc section on MSSQL.