CRUD

Java JSP and Bean CRUD

Submitted by Mureiithi James on
CRUD stands for Create, Read (or retrieve), Update, Delete. It is a Java Server Page (JSP) project with a JavaBean that is used to perfom the create read update and delete operations. For the database it uses java derby 'jdbc:derby://localhost:1527/sample' and table STUDENTS with 3 columns namely First name, Last name and ID number. I've used Semantic UI and w3.css for styling and JQuery.

Simple Laravel 5.6 CRUD System

Submitted by Jeff Ngugi on
Hello guys. I made this program while practicing how to work with php laravel. For this project to work in your machine, you need php =>7.0 Mysqli It is just a simple project How it works Edit or make your .env file Make run migrations Run the servr Enter your generated url and add posts to it, example 127.0.0.1/posts To create edit or delete a post, you need an account, create an account if need

PHP - Simple CRUD With Ajax/MySQLi

Submitted by razormist on
Learn on how to create a Simple CRUD With Ajax/MySQLi using PHP. PHP is a server-side scripting language designed primarily for web development. Using PHP, you can let your user directly interact with the script and easily to learned its syntax. It is mostly used by a newly coders for its user friendly environment. Using Ajax, data could then be passed between the browser and the server, using the XMLHttpRequest API, without having to reload the web page.