$sql = "SELECT Categorias.Id as idcat,* FROM Categorias INNER JOIN Articulos on Categorias.id = Articulos.Id_categ";