I've been trying to figure out how to word this for ten minutes, so I just made an animation. This animation shows what it is I'm trying to code. I've already coded the layout and design, but I can't figure out how to make it actually function.
I've been using Dreamweaver to write the code and Mozilla Thimble to upload it. I'm using HTML with a simple CSS stylesheet. I know how to use Javascript, but I haven't found any way to use it in this code.*
Is there any way to code it?
*Yes, I know that the <script>
tag exists, but I can't find any way to apply it as a solution to my problem.
To start, you would need to use javascript to add functionality to your chatroom by recording everything you type, and then using PHP and MySQL to add a database of users to talk to.
Maybe check out this video for starters: https://www.youtube.com/watch?v=0eDklLtzuB4
Its not the best chatroom but it will help you make one. :)