Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3219932
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T15:42:12+00:00 2026-05-17T15:42:12+00:00

I have made a link exchange with another site. 3 days later, the site

  • 0

I have made a link exchange with another site. 3 days later, the site has removed my link.

Is there a simple php script to help me control link exchanges and notify me if my link has been removed?

I need it as simple as possible, and not a whole ad. system manager.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T15:42:12+00:00Added an answer on May 17, 2026 at 3:42 pm

    If you know the URL of webpage where your ad(link) exists then you can use Simple HTML DOM Parser to get all links of that webpage in array and then use php in_array function to check that your link exists in that array or not. You can run this script on daily bases using crontab.

    // Create DOM from URL
    $html = file_get_html('http://www.example.com/');
    
    // Find all links 
    $allLinks = array();
    foreach($html->find('a') as $element) {
        $allLinks[] =  $element->href;
    }
    
    // Check your link. 
    $adLink = "http://www.mylink.com";
    if ( in_array($adLink , $allLinks ) ) {
        echo "My link exists.";
    } else {
        echo "My link is removed.";
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have made an Ajax request to a PHP script and that PHP script
I have made this script that get's the month and the year from calendar.php
I have made a picture link with this code snip: <a href='feed.php'><img src=C:\xampp\htdocs\Project\Icons\Feed.png/></a> But
I have made a cart and the cart has remove item button, but the
I have made a website that has 2 WordPress installs one for English language
I have made a Javascript link maker... document.write('http://imgur.com'.link('http://www.imgur.com')); How I can make this open
I have made a application which reads information from an Api. Link : http://api.amp.active.com/camping/campground/details?contractCode=CO&parkId=50032&api_key=2chxq68efd4azrpygt5hh2qu
I have made a super simple test case of a problem I'm having with
I was wondering if anyone could help me. I have made an fiddle so
I have made tabs on my site. By tabs I mean the navigation links,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.