Will Adsence detect php echo?

Discussion in 'AdSense' started by revoletion, Jun 3, 2006.

  1. #1
    Im making a website and the majority of the page bodys are litarly

    
    <?php echo file_get_contents("sumthing.txt"); ?>
    horisontal bar
    couple of links
    <?php echo file_get_contents("sumthingelse.txt"); ?>
    
    PHP:
    my question is" does adsence detect the words printed by
    <?php echo file_get_contents("sumthing.txt"); ?>
    PHP:
    or will it just see that as php code in the html file and move on?
     
    revoletion, Jun 3, 2006 IP
  2. jrd1mra

    jrd1mra Peon

    Messages:
    243
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    PHP is server side. Nothing is shown via browser so adsense bot wont see it. Only the html
     
    jrd1mra, Jun 3, 2006 IP
  3. emz

    emz Peon

    Messages:
    364
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    adsense reads compiled pages, not php scripts
     
    emz, Jun 3, 2006 IP
  4. TimeIsMoney

    TimeIsMoney Peon

    Messages:
    329
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thus , to actually answer your question,

    if in your submitted.txt you got

    "Hi, I'm retarded and I answered this"

    then

    if you do your code,

    php will compile along the server and output it into a nice little html page, so in your page, you will have

    "Hi, I'm retarded and I answered this"

    so adsense WILL read it.

    Just like forums, its all php, and there are scripts in here.
     
    TimeIsMoney, Jun 3, 2006 IP
  5. tonyinabox

    tonyinabox Peon

    Messages:
    1,988
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    0
    #5
    if your server does not support PHP. I can read too. LOL
     
    tonyinabox, Jun 3, 2006 IP
  6. RaZoRLeGaCy

    RaZoRLeGaCy Well-Known Member

    Messages:
    189
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    123
    #6
    The best coding language.

    I use php to change background and check which works best for adsense.
     
    RaZoRLeGaCy, Jun 3, 2006 IP
  7. ArcticPro

    ArcticPro Banned

    Messages:
    1,273
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #7
    It's called AdSense.
     
    ArcticPro, Jun 3, 2006 IP
  8. revoletion

    revoletion Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Thank you for the info! you guys just saved me like 140 bytes per page (and if my site becomes popular it will have LOTS of pages)
     
    revoletion, Jun 4, 2006 IP
  9. tschrock

    tschrock Peon

    Messages:
    527
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I love short pages. Includes statements are God's gift to man (or at least man who uses AdSense)
     
    tschrock, Jun 4, 2006 IP
  10. BNix

    BNix Peon

    Messages:
    224
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Yes, Adsense read processed page. It's only JS
    I tried to use Ajax and i see adsense failed to load with it
     
    BNix, Jun 5, 2006 IP