Skip to content

Instantly share code, notes, and snippets.

@oriadam
Last active February 11, 2021 13:27
Show Gist options
  • Save oriadam/15f912d4990f1aff951cea8deca9ab6d to your computer and use it in GitHub Desktop.
Save oriadam/15f912d4990f1aff951cea8deca9ab6d to your computer and use it in GitHub Desktop.
simple PHP mission
1. create a mysql db with the following tables:
items
item_id name category_id
categories
category_id name
and add some initial categories and items
2. create an html form that displays the items table on screen
3. add option to add/edit/remove items
use ajax
you can use jQuery, jQueryUI, React or similar but not a full solution like jqGrid
no need to create interface to add/remove/edit categories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment