What is CRUD? Database creation. First, for that we need to create a database in mysql then under the database create a table. Here I named the database is db_crud […]
PHP MySQL Delete Data
Html template. For making the delete functionality no need to make other html template. This functionality will work in read page. So, for that i will not the html template […]
PHP MySQL Update Data
Html template. First create a folder named phpCrud then inside the folder create 3 files config.php, Database.php and update.php. Inside the update.php file paste the html code then open config.php […]
PHP MySQL Read Data
Html template. First create a folder named phpCrud then inside the folder create 3 files config.php, Database.php and read.php. Inside the read.php file pest the html code then open config.php […]
PHP MySQL INSERT Data
Html template. First create a folder named phpCrud then inside the folder create 3 files config.php, Database.php and create.php. Inside the create.php file pest the html code then open config.php […]
Owner code of restaurant management system.
Source code for owner of the project. Interface of after run the page.
Update code of restaurant management system.
Source code for admin login of the project. Interface of after run the page.
Seals and Calculation code of restaurant management system.
Source code for seals and calculation. Interface of after run the page.
User order code of restaurant management system.
What is java GUI ? GUI stands for Graphical User Interface, a time period used not best in Java however in all programming languages that guide the improvement of GUIs. […]
Calculator Using Java Gui
Procedure. First You need to open a project in netbeans or any java editor. Then Design the interface that i do. Then Action every button and pest code one by […]