You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$sql=mysql_query("delete from encomenda_produtos where encomenda_produtos_produto_id=".$_GET['p_id']." and encomenda_produtos_encomenda_id=".$_GET['e_id']." and encomenda_produtos_tamanho_id=".$_GET['t_id']) or die (mysql_error());