Determine the PHP version on your server In this lesson, we are going to learn how to determine the PHP version running on our server using codes. Just follow these simple steps: Open any text editor (notepad, notepad ++, etc.).…
MySQL SHOW Command
MySQL SHOW Command SHOW command is used to learn more about the databases found in the server, tables found in a database, and specific information about the columns or fields within a table. Let’s take a look on the uses…
Drop Database and Table in MySQL
Dropping the Database To delete an entire database, use the DROP DATABASE command. This command will delete the database and the tables inside it. Let’s try some example: Syntax of DROP DATABASE command: DROP DATABASE database_name; Where: database_name is the…
Manage Start-up Programs in Windows
Manage Start-up Programs in Windows Why should we manage the programs that run automatically when we turn on our computers? The following reason explains why: So many start-up programs may cause your computer run slow. Spyware, Adware and other malicious…
Control Panel Applets Command Shortcuts
Windows Control Panel comprises of applets that are used to change the way Windows looks and behaves. It allows the user to change the system settings such as adding and removing of software, managing user accounts, managing devices such as printers,…
Ways to Enable/Disable Command Prompt
How to Enable/Disable Command Prompt Command Prompt is a feature of Windows that provides an entry point for typing MS-DOS (Microsoft DiskOperating System) commands and other computer commands. The most important thing to know is thatby typing commands, you can…
Graphical Tools to interact with MySQL
Graphical Tools to interact with MySQL If you’re tired of using the traditional mysql built-in command line tool then this article is just for you. We’ve prepared a list of Graphical Tools used to manage our MySQL databases. First things…
MySQL Database Activity 2
MySQL Database Activity 2 This activity will test your knowledge on basic sql statements. To review our MySQL Lessons and Tutorials, kindly visit this link MySQL Tutorials Compilation. The answers can be found on our facebook page or you can download the answers here. 1.…
MySQL Database Activity 1
MySQL Database Activity 1 This activity will test your knowledge on basic sql statements. To review our MySQL Lessons and Tutorials, kindly visit this link MySQL Tutorials Compilation. The answers can be found on our facebook page or you can download the answers…
Drupal Tutorials Compilation
Drupal Tutorials Compilation Here are the list of our Drupal Lessons and Tutorials Introduction to Drupal Content Management System Installing Drupal on WAMP server How to Manage Users in Drupal How to Manage Themes in Drupal How to Install Modules…