Project overview
A compact showcase for a PHP customer-record workflow.
FlowLedger presents a small full-stack pattern: collect customer data in a form, validate it in PHP, insert it into MySQL with prepared statements, and review stored records in a listing screen. The public site documents the implementation cleanly, while the local backend in this repo remains executable.