//View:insertnewsviews.php
<html>
<head>
<meta http-equiv='content' content='text/html;charset=utf-8'/>
</head>
<body>
<form action='insert/insertnews' method='post'>
title<input type='text' name='title'/><br/>
content<input type='text' name='content'><br/>
<input type='submit' value='ADD'/>
</form>
</body>
</html>