sql2="insert into algo (dato1,dato2)values($dato1,$dato1)"; $sql3=mysql_query($sql2,$link) or die('La consulta XXX falló 1;: ' . mysql_error());