Skip to content

mtaseva/Simple-PHP-Job-Application-Form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“˜ README (in English) πŸ‡¬πŸ‡§

πŸ“˜ This README is also available in Macedonian: README.mk.md

Simple PHP Job Application Form

πŸ“Œ Description

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.

πŸ›  Features

  • πŸ“„ 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

🧩 Project Structure

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

πŸš€ How to Use

  1. Copy the project folder to your web server directory (e.g., htdocs for XAMPP or www for WAMP).
  2. Start your local server (Apache).
  3. Open your browser and go to:
    http://localhost/Simple-PHP-Job-Application-Form-main/
  4. Fill in and submit the job application form.

βœ… Requirements

  • PHP 7.x or newer
  • Local server environment (XAMPP, WAMP, MAMP, etc.)

πŸ‘€ Author

This project was created for educational purposes by Marija Taseva.

About

PHP app for job applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors