In message <[EMAIL PROTECTED]>, Edwin <[EMAIL PROTECTED]> writes >thanks Wade...I don't know that my webhost has different PHP version >with mine...So, what should I do if the SQL command doesn't work? > >this is my SQL command which has error... > >select * from tbldiskusi where topik_id = $row[topik_id] ORDER BY >'dtglpost' DESC
You shouldn't need the quotes, assuming that dtglpost is a field name. -- Pete Clark Sunny Andalucia http://www.hotcosta.com/comm_1.htm
