I am going to insert some HTML Codes, can anybody here help with the PHP Scripts?
Thanks for the help
Code:
<table style="width: 40%; background-color: #FFF" align="right">
<tr>
<td valign="top">
<p class="style1">Shout Box</p>
<form method="post" action="">
<p>UserName: <input type="text" id="username" value="Guest and/or username" /></p>
<p>Message:<input type="text" id="message" value="Your Message Here" /></p> <br />
<p><input type="submit" id="submit" value="Submit" size="10" /></p>
<textarea wrap="soft" readonly="readonly" id="text">
</textarea>
</form>
</td>
</tr>
</table>