Undefined variables...

Discussion in 'Co-op Advertising Network' started by FlashVictim, May 11, 2006.

  1. #1
    I worked fine on a test page, but once I incorporate it into my php CMS pages I get this!

    Notice: Undefined variable: string in /ad_network_253.php on line 10

    Notice: Undefined index: PATH_INFO in /ad_network_253.php on line 78

    Notice: Undefined index: HTTPS in /ad_network_253.php on line 97

    What to do? Also: how to change the ad colours?
     
    FlashVictim, May 11, 2006 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    Add this to the beginning of your ad_network PHP file:

    error_reporting(E_ALL & ~E_NOTICE);
    PHP:
     
    digitalpoint, May 11, 2006 IP
  3. FlashVictim

    FlashVictim Guest

    Messages:
    212
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks that solved it!
     
    FlashVictim, May 11, 2006 IP