mlulm
04-18-2012, 02:52 PM
I have a large php file that Im only using a small part of most of the time. Would there be an advantage to breaking it in two and only accessing the big part with an if and include statement when needed?
View Full Version : Break up large php file advantage?