php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "external domain"

How can the same origin policy of a browser impact accessing data from external sources in a PHP project?

The same origin policy of a browser restricts web pages from making requests to a different domain than the one it originated from. This can impact ac...

How can a 301 Redirect be used to redirect one domain to another while keeping the original domain in the address field?

A 301 Redirect can be used to redirect one domain to another while keeping the original domain in the address field by using mod_rewrite rules in the...

What are the benefits of using if/else statements to differentiate between internal and external links in PHP?

When working with links in PHP, it is important to differentiate between internal and external links for various reasons such as security, SEO, and us...

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

What are the technical limitations that prevent reading cookies from external domains in PHP?

When trying to read cookies from external domains in PHP, the Same-Origin Policy restricts access to cookies set by a different domain for security re...

Showing 31 to 35 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.