"INSERT INTO posts ([Title], [By], [Content], [Date]) VALUES ('$Title', '$By', '$Content', '$date')"
echo($sqlStatement);