How to release port 80
Few days ago, I fall in a problem. I could not start apache server by XAMP control panel. There was a message shown port 80 busy. However ultimately, I found...
Few days ago, I fall in a problem. I could not start apache server by XAMP control panel. There was a message shown port 80 busy. However ultimately, I found...
Global variables are those variables that can be accessed anywhere in the application. Global variable should always be used with caution. It stores data. Th...