if i do select all form Agences where nom='Nantes'
i get:
Index Nom suivre ordre
1 Nantes 1 1001
now in my php if i do (after the mssql_query..) mssql_result($query_result, 0, "index"); i get nothing but if i do mssql_result($query_result, 0, "ordre"); i get 1001
have you any idea ?
thanks