php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "establish"

What server commands are needed to establish a connection with ICQ using PHP?

To establish a connection with ICQ using PHP, you can use cURL to send HTTP requests to the ICQ API. You will need to send a POST request with the nec...

How can PHP be used to establish and maintain an SSH tunnel between servers?

To establish and maintain an SSH tunnel between servers using PHP, you can utilize the SSH2 extension in PHP. This extension allows you to create SSH...

Is it necessary to establish a connection with MySQL before using mysql_real_escape_string in PHP?

Yes, it is necessary to establish a connection with MySQL before using mysql_real_escape_string in PHP. This function requires an active MySQL connect...

How can SQL queries be used to join multiple tables and establish relationships in PHP?

To join multiple tables and establish relationships in PHP using SQL queries, you can use the JOIN clause in your query to combine data from two or mo...

Is it possible to establish an FTP connection to save files on another server using PHP?

Yes, it is possible to establish an FTP connection to save files on another server using PHP. You can use the FTP functions provided by PHP to connect...

Showing 1 to 5 of 1601 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 320 321 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.