Surprisingly, I found that a Hostgator shared web hosting account supports secure shell (SSH) access and a shared secure sockets layer (SSL) certificate. For those who might not be familiar with them, SSH provides interactive terminal access to your account and SSL supports secure HTTPS browsing to your website. Note:…
Leave a CommentMonth: December 2013
I recently needed to handle a file upload using PHP and was pleasantly surprised by how easy it was. I am sharing my file upload test script below. Create a file named “upload.php” with the following content: <?php { // Handle GET or POST if ($_SERVER[’REQUEST_METHOD’] === ‘POST’)…
Leave a CommentHave you ever noticed that Youtube’s initial page shows videos that are related to those that you have viewed in the past? While one could argue that it is convenient, I am a bit disturbed that Youtube remembers my past viewing history. Worse, now that Google has purchased Youtube, that…
Leave a Comment