NASA

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 »

marsRoverDrawsPenis_Huffpost

Mars Rover ‘Draws’ Penis On Red Planet & NASA Picture Goes Viral (PHOTO, VIDEO)

Mars Rover ‘Draws’ Penis On Red Planet & NASA Picture Goes Viral (PHOTO, VIDEO). (EDITOR’S NOTE:  Ok this was news about 3 weeks ago but I just heard about it last night and had to post about it anyway.  Was this truly accidental, or some sophomoric “Easter Egg” deliberately programmed into the rover?  Only time

Mars Rover ‘Draws’ Penis On Red Planet & NASA Picture Goes Viral (PHOTO, VIDEO) Read More »