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.

What Kind of Programming is Required to do this . . .?

Discussion in 'Programming' started by Masterful, Apr 26, 2009.

  1. #1
    I want to make it possible for my visitors to search through the products of several online stores. What kind of programming might such a function require?

    Note that I want to be able to do this without storing all of the stores' products in my database.
     
    Masterful, Apr 26, 2009 IP
  2. oarcadescript

    oarcadescript Peon

    Messages:
    34
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you can do this in php quite easily. It basically what's commonly referred to as a web-scraper (scraping other sites for content). You can also do this in a different way if the site in question provides an API (eg:amazon), but again PHP would suffice.
     
    oarcadescript, Apr 26, 2009 IP
    Masterful likes this.
  3. Masterful

    Masterful Well-Known Member

    Messages:
    1,653
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    140
    #3
    Thanks, Oarcadescript.

    One rep point for you. :)
     
    Masterful, Apr 26, 2009 IP