php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "external URL"

How can PHP be used to check the loading time of an external URL?

To check the loading time of an external URL using PHP, you can use the curl_init() function to make a request to the URL and then measure the time it...

What are the potential security risks of including PHP code from external sources via URL?

Including PHP code from external sources via URL can pose significant security risks, such as the injection of malicious code or the potential for rem...

What are the best practices for handling URL security settings in PHP when accessing external content?

When accessing external content in PHP, it is crucial to ensure URL security settings are properly handled to prevent security vulnerabilities such as...

How can PHP be used to execute external commands like wkhtml2pdf for PDF generation from a URL?

To execute external commands like wkhtml2pdf for PDF generation from a URL in PHP, you can use the `shell_exec()` function. This function allows you t...

Are there any best practices or tools to test for URL redirections on external websites using PHP?

One way to test for URL redirections on external websites using PHP is to make a request to the URL and check the response headers for any redirection...

Showing 11 to 15 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.