<?php
	include '../database/dbconnect.php';

	if ($_SERVER["REQUEST_METHOD"] == "POST") {
		
	}
?>