Skip to content

Instantly share code, notes, and snippets.

View Shifrin's full-sized avatar
🏚️
Working from home

Mohammed Shifreen Shifrin

🏚️
Working from home
  • Sri Lanka
  • 10:48 (UTC +05:30)
View GitHub Profile
@jesperorb
jesperorb / php_form_submit.md
Last active April 30, 2024 22:27
PHP form submitting with fetch + async/await

PHP Form submitting

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.