| Table - newpost :This table will contain the New Topic posted messages |
| postid (primary key) |
The unique id for each new topic. |
| name |
The name of the author of the message. |
| email |
E-mail address of the author. |
| subject |
Subject of the message. |
| ip |
IP address of the author. |
| date |
Date / Time of the Post |
| message |
Message posted. |
| replies |
Number of replies to the post (if any) |
| views |
Number of times the message has been viewed. |