Skip to content

anwarnac/php-form-job-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

php-form-job-application

This is a php/html project that contains two php files.

The first is an application form (jobapplication.php) where job candidates have to fill the form with the informations requested. If all sections are filled correctly it is shown the sentence: "Candidatura inviata con successo!" ("Application sent successfully!"). I used XAMPP to run the file on browser, saving the file in the folder "xampp/htdocs" and executing the page typing localhost/jobapplication.php on browser. These are some screenshots of how the jobapplication.php page looks and works: Immagine jobapplication non compilata Immagine jobapplication con errori Immagine jobapplication compilata tutta

The second (jobadmin.php) dispalys the table "myapplicants" that is a database stored in localhost/phpmyadmin (a web-platform where you can create database using sql) that I create. The page is connected to the database and displays always what in the database is stored in, and permits the user to apply filters obtaining new tables. I runned the file on browser just as descripted before. These are some screenshots of how the jobadmin.php page looks and works: Immagine jobadmin senza filtri Immagine jobadmin con applicazione filtro

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages