Exemplo n.º 1
0
function cambiaStatus()
{
    $publi = new publicaciones($_POST["id"]);
    $publi->setStatus($_POST["tipo"], $_POST["anterior"]);
}