mrherman Posted July 25, 2010 Share Posted July 25, 2010 I may not know what I'm talking about, but here goes... Which is faster? 1. Include a .php file that has a collection of functions, and call a particular function repeatedly to make changes to a db. 2. Take the function in question and write it as a script in a .php file and include the file repeatedly? Thanks. Link to comment https://forums.phpfreaks.com/topic/208875-which-is-preferrable-a-function-in-an-include-or-a-stand-alone-include/ Share on other sites More sharing options...
mrherman Posted July 26, 2010 Author Share Posted July 26, 2010 Never mind. I did a couple of tests, and for my purposes it doesn't matter that much. Link to comment https://forums.phpfreaks.com/topic/208875-which-is-preferrable-a-function-in-an-include-or-a-stand-alone-include/#findComment-1091086 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.