Skip to content

Instantly share code, notes, and snippets.

View zgramming's full-sized avatar
🇮🇩
Indonesia

Zeffry Reynando - 本当 に zgramming

🇮🇩
Indonesia
View GitHub Profile
@zgramming
zgramming / php_form_submit.md
Created January 11, 2022 15:53 — forked from jesperorb/php_form_submit.md
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.