1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

include command

Discussion in 'PHP' started by marzooq, Jun 27, 2007.

  1. #1
    I am new to php so just want to ask something which i wonder.

    the index page i create and use include command to put few other subpages inside index page.

    does it create a problem for search engine. does search engine read the whole end html page or does it check individual index page.
     
    marzooq, Jun 27, 2007 IP
  2. Jem

    Jem Peon

    Messages:
    22
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Search engines will not be able to tell that you have used include() to pull other pages into the index page because it is a server side language (which means the code is parsed/processed before reaching the browser) - it would look at it as if all of the content was simply on the index page.
     
    Jem, Jun 27, 2007 IP