This code is not display data and not show any error.so reply me what is error.
<html>
<head>
<title>insert new post</title>
</head>
<body>
<form method="post" action="insert_post.php" enctype="multipart/form-data">
<table align="center" border="10" width="600">
<tr>
<td align="center" colspan="5" bgcolor="yellow">
<h1>insert new post here</h1></td>
</tr>
<tr>
<td align="right">post title</td>
<td><input type="text" name="title" size="40"></td>
</tr>
<tr>
<td align="right">post auther</td>
<td><input type="text" name="auther"></td>
</tr>
<tr>
<td align="right">post image</td>
<td><input type="file" name="image"></td>
</tr>
<tr>
<td align="right">post content</td>
<td><textarea name="content" cols="40" rows="20">