i am making song site
i want to upload songs files on another instread on which m running my script for uploading songs and adding information in data...
mean want to know is there any function or method that i upload files through the panel of www.site1.com
and my files upload on an other server www.site2.com.
which code i have to write for doing this๐Ÿ˜•

    some people also suggest me ftp functions what's difference between curl and ftp ?

      The difference is just the CURL does an HTTP upload. So if the recieving server expects an http upload that would be the way to go, otherwise you could use FTP if you have that level of access

        which way is faster reliable and recomended

          I can't really answer that since I don't know the application architecture....

          I suppose, If I had my 'druthers, I would use FTP if it was available, but CURL may be more straight forward for someone just starting with PHP coding...

          CURL is worth learning anyway.

            Write a Reply...