Hi,
I have these two files...index.html and handle.php
Index.html has a form on it which is sent to handle.php. This file takes the data sent from index.html then processes it and returns some text.
What I want to do is 'Ajaxify' this whole process, so to speak.
How can I do this?