• Stars
    star
    7
  • Rank 2,282,932 (Top 46 %)
  • Language
    PHP
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PHP CRUD is a simple php based web app which perform Create - Read - Update and Delete operations .This CRUD also include a login page to use but to login you need to register first and then it will direct you to the dashboard where you can read update and delete the record the record is register page where you create record by register yourself and then you login with username and password you provide after this on dashboard you can edit your record and if you want to delete you can delete by clicking the delete Button .This is a very simple and easy to understand code ,I will improve this code in future or made another repository for the enhanced and more secure code CRUD .There is also a one styling sheet in it for styling of the app for both desktop and mobile view ,The User interface is quite simple . For using this App you need to have a xampp or wamp server on your local computer then you need to make a folder with a name you want and put these files into it in xampp or wampp folder and inside xampp folder you need to go into htdocs folder where you will create your folder LIKE (C://xampp/htdocs/PHPCRUD) to test the CRUD example .Then go into your xampp or wamp admin panel and then make a database with name student and then inside that database make a table studentrecord and inside that you need to create seven column Id(PRIMARY) , name , username (UNIQUE) , password , email , phone ,address . All the fields are varchar except the id field which is a type of integer and a auto increment field .

More Repositories

1

PizzaPoint_RestaurentManagementSystem

Pizza Point is a basic Point of sale Desktop App for selling different pizza items and performing some basic point of sale functions , This App is developed using the C# ,NET Microsoft Visual Studio IDE ,This App Consist of a Cashier Register , Login Credentials , Billing support Using Crystal Report for a POS normal Thermal printer , Prices Checking , Product Entry , Product Update , Product Viewing and Product Delete , User Update , Delete , Viewing and User Create for App , Order Detail Screen , Sales Screen and Managing Product Product Screen ,
C#
11
star
2

Food-Maza-Point-of-sale-

Food Maza is a point of sale and inventory management system software developed C# .Net , SQL server database , SQL local database for customer DB (Local DB service), Firebase for registration purposes . The app has a responsive desktop offline app which takes cares of all the operations a fast restaurant need from inventory tracking to billing , invoice records , products search , updatation . The app also keep track records of daily , weekly , monthly and annual sales .
C#
8
star
3

AndroidScientificCalculatorUsingMxParserLibrary

This is an Scientific Calculator for Android using mxParser Library .This Scientific Calculator perform all the basic scientific calculations needed for a scientific calculator ,The calculator is developed using the mxParser library which is very easy to used all the calculation performed the mxParser library .This library also performs multiple math operations doesn't limited to only scientific calculator but also performed different mathematics functions and builtin calculations.
Java
1
star
4

PointOfSale-Inventory-

A point of sale (Inventory) developed in c# using visual Studio 2017 currently in progress .The Project is currently at its initial stage .
C#
1
star