Skip to content

blank9/Database-MySQL-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database-MySQL-PHP

WebDev task 2

Before you start using the pages on localhost, grant the user "joy" all permissions(or the required ones, as you please) on the database "mydb". You can use the query:

GRANT ALL PRIVILEGES ON mydb.* TO 'joy'@'localhost' IDENTIFIED BY 'password';

Then add the files to 'www' folder and open localhost in browser. adStudent.php adds students to the database. viewStudent.php lets you view students on the database. vieStudentSubmit.php verifies the password and lets you make changes the students' data in the database. finalChanges.php confirms changes and redirects you to the index page.

About

WebDev task 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages