php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "direct URL call"

In what ways can the source of images obtained from third-party sources like tmdb.org be properly credited on a website to comply with API rules and copyright regulations?

When using images obtained from third-party sources like tmdb.org, it is important to properly credit the source to comply with API rules and copyrigh...

How can the get_headers function be used to check for the existence of an external file in PHP?

To check for the existence of an external file in PHP, you can use the get_headers function to retrieve the headers of the file's URL. If the file exi...

What is the best practice for passing a DOM object between PHP pages?

When passing a DOM object between PHP pages, it is best to serialize the object into a string using a method like `serialize()` before passing it as a...

What are the potential security risks of using "profile.php?id=11" for public user profiles in PHP?

Using "profile.php?id=11" for public user profiles in PHP can pose security risks such as SQL injection attacks. To mitigate this risk, it is importan...

How can a PHP beginner create a HTML redirection?

To create a HTML redirection using PHP, beginners can use the header() function to send a raw HTTP header that performs the redirection. This function...

Showing 9981 to 9985 of 10000 results

‹ 1 2 ... 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.