query("update ecmproducts set add_status='".$_REQUEST['add_status']."',description='".$_REQUEST['desc']."' where id='".$_REQUEST['id']."'"); echo $_REQUEST['desc']; ?>