<?php include "header.php"; include "config.php"; ?> <form name="inserir" action="upcad.php" method="post"> <table border="0" width="430" height="200" cellspacing="0"> <tr> <td width="50%"><font face='verdana,arial' size='2'>Name:</font><br><input type="text" name="nome" size="26" maxlength="50"></td> <td width="50%"><font face='verdana,arial' size='2'>Link:</font><br><input type="text" name="link" size="26" maxlength="100"></td> </tr><tr> <td width="100%" colspan="2"><font face='verdana,arial' size='2'>Description:</font><br><input type="text" name="descricao" size="56" maxlength="100"></td> </tr><tr> <td width="50%" align="right"><input type="reset" value="Limpar"></td> <td width="50%" align="left"><input type="submit" name="upcad" value="<?php echo $button_inserir ?>"></td> </tr> </table> </form> <?php include "footer.php"; ?>