Example of Connecting to MySQL Database in PHP using mysql_query()
This is an example of a PHP Code to connect to a MySQL database using PHP using the mysql_query() function.
How Do SSDs Work?
I found this fascinating video on YouTube on how Solid State Drives work. Simply Amazing!
PowerShell Cheat Sheet
Command name Alias Description Set-Location cd, chdir, sl Sets the current working location to a specified location. Get-Content cat, gc, type Gets the content of the item at the specified location. Add-Content…
Example of Mapping to an Azure Drive Using PowerShell
Below is an example of a PowerShell script that maps to an Azure share. It first checks to see if it can see the server (IE: eu2windowshare.file.core.windows.net) then proceeds with storing credentials…