Hello
Im trying to make a table with some contents i worked alot with mysql and now i need to connect to a SQL Server 2008 using PHP and im runing a WampServer on my Local PC ..
On MySQL i used mysql_result($result, 1, 'name'); then if i wanted to mysql_result($result, 32, 'name'); and i cant do it with SQLSRV .. i read about it its with sqlsrv_fetch/sqlsrv_get_field
Can anyone help me out retriving data like i did on mysql?
Thank you