Things to Check to Make Sure PHP Code is Secure
Here are some things to check to make sure PHP code is secure. Check to make sure you are validating or filtering inputs. Search $_GET, $_POST, $_REQUEST. Use filter_var(), strip_tags(),...
read morePHP is insecure by default
When I say PHP is insecure by default is that if you just write PHP code to do something (just like they teach in the basic tutorials or in first year programming classes), then most likely the code...
read moreHow to get Chrome to not ask to remember passwords
Go to Settings. Scroll to bottom and click on advanced settings. Uncheck “Offer to save...
read moreWhy Javascript location.reload does not work?
w3schools.com says that to reload a page, you use Javascript like this … location.reload(); And according to MDN, it works in all modern browser. But in rare situations, it doesn’t seem...
read moreWhy getting Account details email from Drupal?
If you created a Drupal 8 blog, you might got an email from your Drupal site with the subject line “Account detail…pending admin approval” and saying something like so-and-so...
read moreHow to determine MySQL version
Running the SQL command … select version(); will return the MySQL version of the database. If you have phpMyAdmin, you can type it into the SQL command window… And it will return...
read moreConvert .mov files to .wmv or .mp4 for free
Got Mac video files in .mov format, but the people on Windows have trouble viewing it. You can convert .mov files to .wmv (Windows Media Format) using Window’s Movie Maker (it’s free,...
read moreThree Ways to Create a Javascript Class
Of the three ways to create a Javascript class, we start off with the most traditional way. 1. Using new operator on a constructor function to create Javascript class In Javascript, functions are...
read moreHow to Set LinkedIn So Others Can Not See Connections
This is a tutorial on how to set your LinkedIn settings so that others can not see your connections. Because by default, if you connect with anyone in LinkedIn (even a stranger who you just met at a...
read moreAll contents are opinions and are copyrighted and may contain display ads and ad links for which site may receive revenues from.
See Terms of Use and Privacy Policy.