update data in 2 websites

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vikaspa
Forum Newbie
Posts: 8
Joined: Tue Aug 31, 2004 12:30 am
Location: Mumbai,India

update data in 2 websites

Post by vikaspa »

I have 2 websites
currentweb.com
copyweb.com (say)

Using php can I update
2 databases
and
upload files in both these 2 websites (
for both these web sites I have user id and password

exmaple I am uploading a file (Image), in currentweb.com
can I upload it to copyweb.com at the same ( I have database and ftp password for this )

If Yes Please help with code
Post Reply