UPDATE tb_product SET code='dsfdsf111',type='',lang='',title='sdfdsf111',detail='dsfsdf1111',price='dsfds1111',status='Yes',date_today='2013-03-20' WHERE id_product=8
$sql_update="UPDATE tb_product SET code='$_POST[code_txt]',type='$_POST[type_txt]',lang='$_POST[lang_txt]',title='$_POST[title_txt]',detail='$_POST[detail_txt]',price='$_POST[price_txt]',status='$_POST[rdo_status]',date_today='$datetoday' WHERE id_product=$_GET[id_product]";
$query_update=mysql_query($sql_update) or die (mysql_error());
echo $sql_update;