php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "external domain"

How can one check if an external domain exists using PHP?

To check if an external domain exists using PHP, you can make a simple HTTP request to the domain and check the response code. If the response code is...

What are the potential security risks of including content from an external domain in a PHP script?

Including content from an external domain in a PHP script can pose security risks such as cross-site scripting (XSS) attacks, data injection attacks,...

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 use of external libraries like Net_Whois from PEAR improve domain querying in PHP?

When querying domain information in PHP, using external libraries like Net_Whois from PEAR can improve the process by providing a more robust and reli...

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...

Showing 1 to 5 of 6238 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1247 1248 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.