How to send files via php. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

How to send files via php.

I want my main server to send edit and remove files from the private servers. Here is a diagram: http://sml.ddns.net/server_dia.PNG

29th May 2018, 12:46 PM
Arne Van Kerckvoorde
Arne Van Kerckvoorde - avatar
1 Answer
+ 1
you cannot handle directly the files on a server but you can invoke scripts on that server that create/edit/delete files as defined by the code. look for basic post requests (including how to upload a file via post request), file handling in php
29th May 2018, 4:05 PM
seamiki
seamiki - avatar