I created a chat system using php.
For the chat box I used Input text box. wheneve I try to send a message, previous msg that I sent start to show on top of the box.the demo of the problem
as you can see that previous 2 messages are showing on top of the input box.
I don't want this.
I have used thia code for input
<input style="padding:4px;" id="msgCont" type="text" placeholder="Message..." class="inputText w95" />
please help me to remove this recommend data.