php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "external domain"

What are some ways to fetch a file from a different domain in PHP?

When fetching a file from a different domain in PHP, you may encounter cross-origin resource sharing (CORS) restrictions that prevent the request from...

How can PHP be used to interact with external APIs, such as those provided by domain registration services like Denic?

To interact with external APIs like those provided by domain registration services such as Denic, you can use PHP's cURL library. This library allows...

Are there any best practices or guidelines to follow when integrating a domain check feature using PHP?

When integrating a domain check feature using PHP, it is important to follow best practices to ensure security and efficiency. One guideline is to san...

How does the "same origin policy" impact the execution of PHP scripts on external servers?

The "same origin policy" restricts how a web page hosted on one domain can interact with resources from another domain. This can impact the execution...

What potential issues can arise when using domain addresses instead of IP addresses in PHP scripts?

Potential issues that can arise when using domain addresses instead of IP addresses in PHP scripts include DNS resolution delays, potential DNS spoofi...

Showing 16 to 20 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.