php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "external domain links"

How can external links to a specific domain be automatically set to "nofollow" in PHP?

To automatically set external links to a specific domain as "nofollow" in PHP, you can use a regular expression to identify the links and add the "nof...

What are the best practices for creating a PHP crawler to crawl an entire domain and check for specific external links?

To create a PHP crawler to crawl an entire domain and check for specific external links, you can use a recursive function to traverse all pages within...

How can the code be optimized to only apply the link checker to external domain links in PHP?

To optimize the code to only apply the link checker to external domain links in PHP, you can check the domain of each link and only run the link check...

Are there any best practices for handling external domain links in PHP functions like url2link?

When handling external domain links in PHP functions like url2link, it is important to validate the URLs before processing them to prevent security vu...

What potential pitfalls should be considered when setting external links to "nofollow" in PHP?

When setting external links to "nofollow" in PHP, one potential pitfall to consider is accidentally marking internal links as "nofollow" as well. To a...

Showing 1 to 5 of 9379 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1875 1876 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.