Skip to content

Simple webpage based php(Personal home page) webpage created for performing CRUD operations (CREATE,READ,UPDATE,DELETE) on simple webpage through mysql database queries and using xammp server .

License

Notifications You must be signed in to change notification settings

krishnadevz/php-webapp-using-html-mysql

Repository files navigation

php-webapp-using-mysql

This Project you cannot find on Google you can find php snippets but not overall UI and everything But functioning and other working of php files for CRUD operations are unique

Simple webpage based php(Personal home page) webpage created for performing CRUD operations (INSERT ,UPDATE,DISPLAY,DELETE) performed on simple webpage through mysql database queries and using xammp server.



View of the DBMS.php file for insert operatiion in the database
1

View of the Display show Query in the form of tables created by using HTML tables
2

This project running on the localhost XAMMP server on Port:8080 and all files written in plain HTML and CSS and php(personal home languages ) you can edit the code according to your database and table And you can run this project on your local system.

Tricks used in this project

  1. for the delete operation the delete button is not working properly means it is not deleting the table content from the database for that i written query DELETE from shoe where shoe_size='klw' this query deletes the table entry which have shoe_size='klw'

Authors

About

Simple webpage based php(Personal home page) webpage created for performing CRUD operations (CREATE,READ,UPDATE,DELETE) on simple webpage through mysql database queries and using xammp server .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages