<?php
	session_start();
?>
<html>
<head>
</head>
<body>

<form name="add" action="add.php" method="POST">
title <input type="text" name="title">title<br>
author:email(info) <input type="text" name="author"><br>
source:Month:Year <input type="text" name="source"><br>
source fullname <input type="text" name="lsource"><br>
tags<input type="text" name="tags"><br>
Note<textarea name="note" rows=12 cols=40></textarea><br>
bib<textarea name="bib" rows=12 cols=40></textarea><br>
<input type="submit" value="submit">
	
</form>

</body>
</html>
