Hello I'm having my first serious go with PHP to create a sample script for my self. It has a basic structure, in my root folder I have:
- index.php
- core folder (holds most of my php function files)
- includes (holders my header.php and footer.php)
- sites - (sites has 3 further folders site A, B, C)
- CSS
- js
- include_once '/core/connect.php';