[PHP-WIN] More about file/directory permissions

2013-08-30 Thread Jacob Kruger
With regards to that CMS system of mine, I am, if necessary, creating the output/upload directories/folders when they need to be made use of using the following function call in PHP code: mkdir("./sites/" . $sRelPath, 0776); mkdir("./sites/" . $sRelPath . "/images", 0776); I can then do somethin

[PHP-WIN] My own, relatively simple, complete CMS system

2013-08-30 Thread Jacob Kruger
Smallish, simplish, and specifically, while using mySQL to handle user profiles, store content, for later editing/reference/use thereof, etc., also, specifically, generates 'flat'/static output content to a /sites sub-directory - but, that's a form of configuration option you can change/edit in