Skip to content

Instantly share code, notes, and snippets.

View JFarand's full-sized avatar

Jay OWL Farand JFarand

View GitHub Profile
@JFarand
JFarand / php_form_submit.md
Created February 11, 2021 02:51 — 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.

@JFarand
JFarand / 01.bash_shortcuts_v2.md
Created February 2, 2021 19:12 — forked from tuxfight3r/01.bash_shortcuts_v2.md
Bash keyboard shortcuts

Bash

Moving

command description
ctrl + a Goto BEGINNING of command line
ctrl + e Goto END of command line
ctrl + b move back one character