Skip to main content

Posts

Showing posts with the label local host

what is xamp(local host)?

local host/local hosting 1.xamp   It's an Open Source web server with all the tools and language support built-in to it. It's ready to use and makes it easier for developers to take their code and host it locally and test the same.  XAMPP is a local web server  which helps you to make the web application at your system and run at the browser at local environment at your local machine. In your local machine you would need to use specially Apache server and MySQL That will be enough to make a web application and test it on your local server, and later you can shift this code to the live server. XAMPP stands for Cross-Platform (X), Apache (A), MariaDB (M), PHP (P) and Perl (P). It is a simple, lightweight Apache distribution that makes it extremely easy for developers to create a local web server for testing purposes. Everything needed to set up a web server – server application (Apache), database (MariaDB), and scripting language (PHP) – is included in an extractable file...