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.