I often see examples in PHP that include.inc files. What is the meaning of .inc? What it is used for? What are the disadvantages and advantages of using it?
In my opinion, these were used as a way to quickly find include files when developing. Really these have been made obsolete with conventions and framework designs.