Upload to a diferent site

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



does any one know if is possible to upload an image to a diferent site from
the one where the PHP script is running?

something like this:

Im running this script from "site1"

$users_file="image1.jpg";
$copy_path="www.site2.com/images";

if(!copy($users_file, $copy_path)) {
   echo "<font face=\"Arial\">A imagem não foi publicada!</font>";
  }

Is this operation possible in PHP?
Could anyone help me please?

Tanks in advance
Manuel

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux