Develdoc:Functions
From PMWH2 - PHPMyWebHosting's official wiki
- Please put all your functions in the directory includes/functions.
- Use describtive names for your function and name the file like the included function.
- Use only one function per file
- Exception: Your function calls another function which is only needed in this method. Only for more clear code.