php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "external domain"

What is the Same-Origin-Policy in PHP and how does it affect external server requests?

The Same-Origin Policy in PHP is a security feature that restricts how a script hosted on one domain can interact with resources from another domain....

What are the best practices for maintaining uniform domains when including data from external servers in PHP?

When including data from external servers in PHP, it is important to maintain uniform domains to prevent security vulnerabilities such as cross-site s...

Are there any specific PHP functions or libraries that can be used for handling IDN (Internationalized Domain Names) instead of shell_exec?

When handling IDN (Internationalized Domain Names) in PHP, instead of using shell_exec to call external commands, it is recommended to use PHP's built...

How can form values be sent to a script on a different domain without switching to that domain or using JavaScript?

When dealing with cross-domain form submissions without using JavaScript, one common approach is to utilize a server-side proxy script. This script ac...

How can PHP code be optimized to efficiently handle both internal and external links in a news display?

To efficiently handle both internal and external links in a news display, we can use PHP to check if a link is internal or external and then format it...

Showing 21 to 25 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.