Script Help!!!

Discussion in 'Programming' started by Sal-Designs, May 15, 2010.

  1. #1
    Hey guys i am looking for a script that will actually go to the specified website and remove a line from it and redirect you.
    Its a simple idea
    1. User will type in a website name.
    2. Script will go to the page, or go to its source.
    3. Remove a line of html and redirect the person to the site without that line. Thanks Sal.
     
    Sal-Designs, May 15, 2010 IP
  2. misterfour

    misterfour Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    So you want to fetch an external content, change it and then show it? Don't sound legal to me :)
     
    misterfour, May 15, 2010 IP
  3. kaleshwar

    kaleshwar Peon

    Messages:
    43
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I don't know what exactly you are asking for, but use a form for the user to enter the site, then depending on exactly what you want you could search either using regular expression or simple search, then replace, either save it on your server then use header redirect or just echo it out.
     
    kaleshwar, May 16, 2010 IP