Home › Forums › CSS › css menu repeat on HTML ? › Re: css menu repeat on HTML ?
December 2, 2011 at 6:49 pm
#91789
Member
@cnwtx, php would be better from the vantage point of site performance. An iframe requires that the page requests the external iframe (nav, template part, etc.) be loaded as an additional resource to the page, at the browser level. A php include is processed on the server and the file is served as a singular entity to the client, no additional request needed by the browser. Does that make sense?