Forum Moderators: coopster
My main page is done entirely in XHTML and I was thinking of adding some semi-dynamic content. A good example is a random affiliate banner; so basically the whole page is still XHTML except for that little part with the banner.
I can use JavaScript for the banner but I think 15% of people don't have it and I'm pretty good at PHP so it's better to do it that way.
Do you think it will slow the page down? What if the page gets lots of hits?
Let's say I have a page in regular XHTML and just change the extension to .php without actually adding PHP code, will that load slower than the non-PHP page?
I guess I need some general guidence.
Take care,
Cyrus
Let's say I have a page in regular XHTML and just change the extension to .php without actually adding PHP code, will that load slower than the non-PHP page?