Arrow Functions

NOTES: 2021-04-26 | Notes on LinkedIn Learning PHP Videos

These notes are continued from this post. How to Retrieve Data from a MySQL database with PHP (with mysqli) Best practice: Always free result and connection when done. db_connect_guide.php // Credentials $dbhost = ‘localhost’; $dbuser = ‘webuser’; $dbpass = ‘secret’; $ dbname = ‘globe_bank’; // 1. Create DB Connection $conn = mysqli_connect( $dbhost, $dbuser, $dbpass, […]

NOTES: 2021-04-26 | Notes on LinkedIn Learning PHP Videos Read More »

NOTES: 2021-04-26 | Thoughts on PHP and Life

I have all these PHP snippets on my desk of things I learned taking Linkedin Learning PHP courses. I took a 4-hr long coding test for a remote PHP/LAMP Developer job with the Huntsville, AL branch of NASA. I was excited for the opportunity, but learning I was lacking on all kinds of modern programming techniques,

NOTES: 2021-04-26 | Thoughts on PHP and Life Read More »