For instance: if "sally loves joe" was entered into a textbox and saved to MySQL, would an adequate script require that the code flush the data previously stored before storing the newly saved data in it's place?
__________________
Currently Reading: Please login or register to view this content. Registration is FREE
If I'm understanding correctly you'd need to use ajax to submit the data. From there it would be up to whether or not to replace the data previously stored or to create another row.
Wordpress does something like this; if you're writing a post it will be saved periodically. In this particular case, every time the data is saved a new row is inserted.
Use AJAX and Javascript to call a PHP script every 10 minutes and send the value of the textarea to the PHP script (GET), the PHP script then takes the data and replaces the current value in the MySQL table with the new one.
__________________
█ Reliable VPS and Minecraft server hosting at extremely affordable prices.
█ Please login or register to view this content. Registration is FREE