Hi friends,
I'm retrieving a field from a database which contains comma separated values.
I'm using 'get_records_sq l("select query")' for this and it returns my expected output.
My problem is it return values as standard class object. But i need it as in array format.
If i'm using 'mysql_fetch_ar ray' or 'mysql_query', it returns only one row.
Can anybody tell me what i have to do to convert these object values into the array values?
Thanx n Regards
Yas...
I'm retrieving a field from a database which contains comma separated values.
I'm using 'get_records_sq l("select query")' for this and it returns my expected output.
My problem is it return values as standard class object. But i need it as in array format.
If i'm using 'mysql_fetch_ar ray' or 'mysql_query', it returns only one row.
Can anybody tell me what i have to do to convert these object values into the array values?
Thanx n Regards
Yas...
Comment