php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "external URL"

Are there any specific considerations or best practices for handling PHP chat applications for users behind firewalls?

When users are behind firewalls, they may have restrictions on accessing external resources needed for PHP chat applications to function properly. To...

What are the potential risks of using register_globals=on in PHP scripts?

When register_globals is set to on in PHP scripts, it can lead to security vulnerabilities such as injection attacks and data manipulation. It allows...

What are the differences between using IsMail and IsSMTP in PHPMailer for sending emails?

When sending emails using PHPMailer, the main difference between using IsMail and IsSMTP is the method of sending the email. IsMail uses the local mai...

What are the advantages and disadvantages of storing the function code in a separate file and calling it with parameters versus keeping it as a function?

Storing the function code in a separate file and calling it with parameters can help in organizing code, making it more modular and reusable. However,...

What is the common error message encountered when using PHP mailer for sending emails to addresses outside the domain?

When using PHP mailer to send emails to addresses outside the domain, a common error message is "SMTP Error: The following recipients failed". This er...

Showing 9991 to 9995 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.