mssql problem
Posted: Sun Jan 12, 2003 3:34 am
im using php with mssql 2000.
i use mssql_fetch_array to get the data from the database.
like :$line = mssql_fetch_array($rs);
but when i try to use $line["FIELDNAME"] to get the field value
i get nothing. if i'll use the offset number: $line[1]
i'll get the correct data.
FIELDNAME is smaller then 30 chars.
appriciate any help or insights
thanks
Guy
i use mssql_fetch_array to get the data from the database.
like :$line = mssql_fetch_array($rs);
but when i try to use $line["FIELDNAME"] to get the field value
i get nothing. if i'll use the offset number: $line[1]
i'll get the correct data.
FIELDNAME is smaller then 30 chars.
appriciate any help or insights
thanks
Guy