View Single Post
  #7 (permalink)  
Old 01-18-2008, 07:47 AM
MasterOfNone MasterOfNone is offline
5 Star Member
 
Join Date: Dec 2007
Location: Denver, CO
Posts: 14
Default

Quote:
Originally Posted by fitnfree View Post
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.

Quote:
not easy............
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
Reply With Quote