Php Feed?

Discussion in 'PHP' started by le007, Oct 22, 2007.

  1. #1
    Hey all,

    have to design a portal website - that will allow others to upload data to it (at the same time they upload to their own website)

    How can this be done?
     
    le007, Oct 22, 2007 IP
  2. le007

    le007 Well-Known Member

    Messages:
    481
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #2
    Any ideas?
     
    le007, Oct 22, 2007 IP
  3. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #3
    Perhaps if you describe your problem in more than one lazy sentence it'll make more sense to other people.

    So you want to upload data to two locations at the same time?
    What data?
    Text?
    Images?


    Please be way more specific... mind reading does not work over the internet.
     
    nico_swd, Oct 22, 2007 IP
  4. le007

    le007 Well-Known Member

    Messages:
    481
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #4
    Ok... nico_swd I'll be more specific.

    I'm designing a job portal website

    recruiters who have job agencies can upload their jobs to their own website as well as mine at the same time (this is doable but I just dont know how to set my website up so it will grab this data when its uploaded to their own website)

    Basically it'll save the person uploading the same data twice.

    The data to be uploaded:

    TEXT - description etc
    C.V. word document (maybe)

    Thanks
     
    le007, Oct 23, 2007 IP
  5. rossdalangin

    rossdalangin Well-Known Member

    Messages:
    458
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    110
    #5
    So you need two connections. In their server create an upload file to upload a file then when it is uploaded then connect to the other server and copy the uploaded file. There are so many ways to copy a file one of this is rsync.
     
    rossdalangin, Oct 23, 2007 IP