Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 296 Bytes

File metadata and controls

9 lines (7 loc) · 296 Bytes

Basic PHP Example

A basic web app written in php to interact using a database.

Structure

This example app is using the public_html structure.

  • www (contains all src code)
    • html (contains public facing code, should be named public_html)
    • resources (libraries, config, templates)