Quote:
Originally Posted by fitnfree
PHP includes...sound intriguing. Do the SE's pick up links utilized this way?
|
The search engine sees a regular HTML page. PHP writes in the link to the page on the fly, but its happens before the page gets to the client, so all it really is a normal page. Same thing works for the bots.
It may look a little obscure at first, but read a basic PHP tutorial, and all will become clear.
This is a good one:
Introduction to PHP