I’m playing around with sending data to a mysql database, and it’s working wonderfully!
I’m trying to make a simple chat program for me and another person, for simple correspondence. Nothing extravagant, but all meant for fun.
I can send a POST variable (comments) to the database. But how does the message just show up on the recipient side without the need to refresh or use any other method?
Any thoughts, or known tutorials?