I'm making a chat website using php read & write files to write back to the original html file once someone types into the text box and submits.
so chat.html has text input that get sent to chat.php which writes it back to the end of chat.html & refreshes the page.
Is there a way I can get this to write to the scroll-box instead of to the end of the file, preferably to the beginning of the scroll-box so the newest message is at the top, or to make the scroll-box automatically scroll down to the new message?
Cheers
Kai
so chat.html has text input that get sent to chat.php which writes it back to the end of chat.html & refreshes the page.
Is there a way I can get this to write to the scroll-box instead of to the end of the file, preferably to the beginning of the scroll-box so the newest message is at the top, or to make the scroll-box automatically scroll down to the new message?
Cheers
Kai