This is a simple web page created as my very first project while learning PHP. The goal of this project is to set up a local development environment and practice basic Git and GitHub workflows.
The page displays a welcome message and confirms that the PHP server is running correctly.
- PHP: The server-side scripting language used to generate dynamic content.
- HTML5: The markup language for structuring the web page.
- XAMPP (or WAMP/MAMP): The local server environment used for development.
- Git: The version control system used to track changes.
- GitHub: The remote repository for storing the project code.
- Clone the repository:
git clone [https://github.com/ShaikNajimunnisa/Task-1-Apex.git](https://github.com/ShaikNajimunnisa/Task-1-Apex.git)
- Move the project to your web server directory:
- Place the
SamplePHPfolder inside thehtdocsdirectory of your XAMPP installation (e.g.,C:\xampp\htdocs\SamplePHP).
- Place the
- Start your local server:
- Open the XAMPP Control Panel and start the Apache service.
- View in your browser:
- Navigate to
http://localhost/SamplePHP/in your web browser.
- Navigate to
Shaik Najimunnisa