π This README is also available in Macedonian: README.mk.md
This is a basic PHP web application for submitting a job application online. It features a form that collects applicant details such as name, contact information, skills, and other relevant data, and processes the input with PHP.
This project is suitable for educational purposes, practice projects, or small-scale hiring systems.
- π Clean HTML form for job applicants
- π§ PHP backend to process the form
- β Basic input validation
- π¬ Displays confirmation or result after submission
- π Easy to customize and extend
Simple-PHP-Job-Application-Form-main/
βββ index.php # Main job application form
βββ process.php # Form submission handler (if exists)
βββ style.css # Optional styling
βββ README_EN.md # English documentation
- Copy the project folder to your web server directory (e.g.,
htdocsfor XAMPP orwwwfor WAMP). - Start your local server (Apache).
- Open your browser and go to:
http://localhost/Simple-PHP-Job-Application-Form-main/ - Fill in and submit the job application form.
- PHP 7.x or newer
- Local server environment (XAMPP, WAMP, MAMP, etc.)
This project was created for educational purposes by Marija Taseva.