Welcome to Easy Computer Tutorial

Making computing, easy

Report Fake Phishing Websites

Here is a list that I came up with for reporting fake login website, and phishing websites. Thanks to ThioJoe for the longer list: https://www.youtube.com/watch?v=0fIUiv9-UFk If you know of any other website, let me know in the comments. Online Website Scanner Do you have a website that you think it might be infected with virus… read more »

Special characters in PHP / MySQL

Quick and easy fix for when you code displays weird characters ??? instead of displaying the right characters: <?php mysqli_query($conn, “SET character_set_results = ‘utf8’, character_set_client = ‘utf8’, character_set_connection = ‘utf8’, character_set_database = ‘utf8’, character_set_server = ‘utf8′”); ?> I place this right after my database connection to make sure every character is displayed correctly. I also place… read more »

Slow computer why

Here is this video of some of the issues that cause a slow computer. bundled software, bundled antivirus program and other applications. Bundled antivirus programs tend to slow down your computer by working in the background, making updates and scanning the system while you are trying to use your computer. Running programs in the background… read more »

Sidebar