If we have the following structure in our application:
- π application_folder_name
- π index.php
- π handle_form.php
- π main.js
And we fill our index.php
with the following content just to get a basic website with a form working. You should be able to run this through a php-server of your choice.