Hi This is Vijay Here,
Help Needed in connecting to Sql Thru PHP Programming i need the files which is needed for connection can anyone help me pls......
What database are you using? There are functions for a number of RDMS such as mySQL mSQL Postgres etc or you will need an ODBC driver and use the functions to access this.
Mark
Hi Mark
I am Using Microsoft SQl Server 7.0 I have read u need some extra Dll's for connecting to the Back end can u send them pls and pls write in detail what has to be done
Regards Vijay
Vijay,
The command you need is mssql_connect
However I have not used this personnally, but check the online manual on this site
Good Luck!