OK. Let's start again shall we. I know how PHP works and that it is server side scritping and therefore no one will see my raw PHP code - that is my point.
Let's make this simpler. If I have an HTML file called index.html with meta tags in the headers a search engine spider will be abel to find it and reference the meta tags.
Alternatively if I have an index.php file that uses PHP to generate my HTML index page with meta tags then presumably a search engine spider will not be able to reference it unless it knows to look for PHP scripts as well as HTMl pages.
That is my question - can search engine spiders reference PHP scripts and if not how do I get my site noticed if it is entirely in PHP?
Fes