Exemplo n.º 1
0
        header('Location:demo_banco.php');
        die;
    }
}
?>
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>Update, Insert and Delete</title>
    </head>
    <body>
        <form action="" method="post">
            <div>
                Matricula:<input type="text" name="matricula" value="<?php 
echo Post::MATRICULA();
?>
"> 
            </div>
            <div>
                Nome:<input type="text" name="nome" value="<?php 
echo Post::NOME();
?>
">
            </div>
            <div>
                <?php 
echo \Mep\Container::getLayout()->renderSecurityField();
?>
                <input type="submit">
            </div>