RE: [PHP] Faster: Includes or DB Queries??

2002-07-21 Thread John Holmes
> Is there much of a difference in speed or efficiency between INCLUDEing > files in a script or loading data from a database? I'm building a dynamic > menu system for a website and not sure if it would be faster to store > button > data in a DB or just do it with Included files. Includes are fas

[PHP] Faster: Includes or DB Queries??

2002-07-21 Thread Monty
Is there much of a difference in speed or efficiency between INCLUDEing files in a script or loading data from a database? I'm building a dynamic menu system for a website and not sure if it would be faster to store button data in a DB or just do it with Included files. -- PHP General Mailing