This project consists of a simple form that collects data for a Software Engineer profile and then displays the submitted data on a profile page. It is built using HTML and PHP.
- Collects information such as name, email, phone number, GitHub profile, LinkedIn profile, skills, and experience.
- Displays the collected information on a separate profile page.
- Prevents XSS attacks by sanitizing user input.
-
Clone the repository:
git clone https://github.com/iqbal-web/Profile-Creation-With-Php.git
-
Navigate to the project directory:
cd Profile-Creation-With-Php
-
Ensure you have a PHP server installed. If not, you can install XAMPP or any other PHP development environment.
-
Place the project files in the web server's root directory:
- For XAMPP, this is typically
C:\xampp\htdocs\
on Windows or/Applications/XAMPP/htdocs/
on macOS.
- For XAMPP, this is typically
-
Start your PHP server:
- If using XAMPP, open the XAMPP Control Panel and start the Apache server.
-
Open your web browser and navigate to:
http://localhost/your-repo-name/index.html
-
Fill out the form with the required information.
-
Submit the form to view the generated profile.
This project is licensed under the MIT License. See the LICENSE file for more details.