sherirosalia / Single_Page_CRUD

CRUD application that easily integrates into a website or as a standalone interface to update information. Created with PHP, SQL, PDO Single script. SQL data displays in table. Form usage and buttons change with update and save options.

Home Page:https://sherirosalia.github.io/Single_Page_CRUD/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single_Page_CRUD

PHP, SQL, PDO Single script. SQL data displays in table. Form usage and buttons change with update and save options.

I needed a single page template that will be easy to adapt and implement into other projects instead of multiple files with redirects.

Used PDO to handle SQL and provide some security. The PDO configuration is in a separate file.

Single page table and form. "Save" button is blue for new entry.

page view

After "Edit" button is clicked on the table: the "Update" button appears, and the form populates with information from the table row.

edit button

In this case, the Dr. Seuss reference which was missing quotation marks is edited. After the "Update" button is submitted, the table updates, the form clears, and the button reverts back to the blue "Save" option.

update button

About

CRUD application that easily integrates into a website or as a standalone interface to update information. Created with PHP, SQL, PDO Single script. SQL data displays in table. Form usage and buttons change with update and save options.

https://sherirosalia.github.io/Single_Page_CRUD/


Languages

Language:PHP 100.0%