Including PHP scripts on same server [message #171745] |
Thu, 20 January 2011 06:18 |
jwcarlton
Messages: 76 Registered: December 2010
Karma:
|
Member |
|
|
I currently have several functions scripted on one page. If I move
these to several different PHP files and then include them on the
original page, will this be any slower (or cause more of a server
load) than having them coded directly on the page?
For me, this would only be a convenience; I have a particularly
complex file with large sections, and it would be easier for me to be
able to update sections without working on the entire file at once.
But if it would be slower or cause a higher server load, then it's not
really necessary.
|
|
|