Hi all,
Is there any difference in performance (in relation to SEO) when you include files through PHP?
For example, if i had the following:
index.htm
<HEAD>
<TITLE>DESIGNPAK - Contact Details</TITLE>
<LINK REL=Index HREF="/index.php">
<LINK href="css.css" type=text/css rel=stylesheet>
<META NAME="Description" CONTENT="Designpak.com.au is maintained by Designpak Pty Ltd">
<META NAME="Keywords" CONTENT="html, authoring, web design group">
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
</HEAD>
would there be any difference compared to:
include ("include_file.php"); //containing the index.htm text
I lok forward to hearing your thoughts.
Cheers,
micmac