Auto Refresh Post List after X seconds
Your answer definitely falls within the realm of AJAX. If you are using a form, try setting the onsubmit eventListener equal to return false; (plus any other needed attributes) like so: <form onsubmit=”return false;”> Then you send a post and parse it with PHP and depending on your desired effect, and the input of the … Read more