Page 1 of 1

Looking for PhP + MSSQL info..

Posted: Thu Jan 09, 2003 12:22 pm
by Strobe74
I'm in the process of writing a small online app for my company and I need to be able to send data to stored procedures on a SQL Server (that's right.. Microsoft SQL *sigh*). I've found about 100 pages that have the references to the argument format for the mssql_bind(), mssql_execute(), and other functions, but there is no documentation about these arguments.

I'm trying to find a book or a web site or anything that specifically deals with PHP & MSSQL but so far have been unsuccessful in my search.

So my question is.. Does anyone know where I could find some information on using the MSSQL_* functions? Any help would be appreciated.

Also i'm very stuck on trying to execute a stored procedure, and i'm not really understanding the binding process and what it's doing. Any info on this would be greatly apprecated.

Thanks in advance.

- Strobe74

Posted: Thu Jan 09, 2003 10:21 pm
by fractalvibes
You might take a look at http://www.4guysfromrolla.com - if no answer there, is a link from that site to a stump the SQL Guru site. Might be worth a try.
Also the MSDN site may have a clue or two...

Phil J.