php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "transferring"

What is the difference between FTP and FTPS?

FTP (File Transfer Protocol) is a standard network protocol used for transferring files between a client and a server. FTPS (File Transfer Protocol Se...

What are the differences between using POST and GET methods to transfer data in PHP?

When transferring data in PHP, the main differences between using POST and GET methods are how the data is sent and the limitations of each method. PO...

In what scenarios is it more common to return data via JSON in PHP applications with Ajax requests for client-side rendering?

When building PHP applications that use Ajax requests for client-side rendering, it is more common to return data via JSON in scenarios where you need...

What are the differences between copying and moving data in PHP functions?

When copying data in PHP, a duplicate of the original data is created, allowing you to make changes to the copy without affecting the original data. O...

Is it more appropriate to use copy() or ftp_chdir() when uploading files via PHP to an FTP server?

When uploading files to an FTP server via PHP, it is more appropriate to use the ftp_put() function rather than the copy() function. The ftp_put() fun...

Showing 851 to 855 of 889 results

‹ 1 2 ... 168 169 170 171 172 173 174 ... 177 178 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.