php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "different server"

How can PHP be used to handle authentication for external resources on a different server or port?

When handling authentication for external resources on a different server or port in PHP, you can use cURL to make HTTP requests to the external serve...

What is the best practice for sending emails through a different SMTP server in PHP?

When sending emails through a different SMTP server in PHP, it is best practice to use a library like PHPMailer, which provides a simple and reliable...

What alternative approach can be used to access files on a different server in PHP?

To access files on a different server in PHP, you can use the cURL library. cURL allows you to make HTTP requests to other servers and retrieve the re...

What are the best practices for securely accessing a root server from a different web server using PHP?

When securely accessing a root server from a different web server using PHP, it is important to use secure communication protocols such as SSH or HTTP...

How can different versions of PHP be run on a W2K3 server with IIS?

To run different versions of PHP on a W2K3 server with IIS, you can install multiple versions of PHP on the server and then configure each website in...

Showing 16 to 20 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.