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.

ASP - include php ?

Discussion in 'Co-op Advertising Network' started by trooperbill, Feb 15, 2005.

  1. #1
    how can a SSI include a php script and be working on an ASP host? am i missing some instructions?
     
    trooperbill, Feb 15, 2005 IP
  2. trooperbill

    trooperbill Well-Known Member

    Messages:
    115
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #2
    never mind found it -
     
    trooperbill, Feb 16, 2005 IP
  3. rajeev_seo

    rajeev_seo Peon

    Messages:
    211
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you are trying to force the back-button to re-load a page in IE, but even the following basic script, based on [uk.php.net...] is not working:

    <?php
    header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
    header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past

    $timenow = time();
    echo date("r",$timenow);
    ?>

    I'm using php 4.3.4

    (Note that the asp script at [support.microsoft.com...] does work, but I haven't been able to successfully combine it with my existing php code).
     
    rajeev_seo, Apr 24, 2011 IP