Is there a function to update/duplicate other_table [PERL]

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • patelxxx
    New Member
    • May 2007
    • 135

    Is there a function to update/duplicate other_table [PERL]

    Guy's,

    Every time I update my FAQ section of the website A with new articles, I want it to update/duplicate this on my other website B. In other words when I add or edit an article in the FAQ section of my website A, I would like my tables updated/duplicated with the same article hence my website B also has this.

    Can someone help me how to do this?

    Regards

    Ravi
  • KevinADC
    Recognized Expert Specialist
    • Jan 2007
    • 4092

    #2
    by "tables" do you mean tables in a database like mysql? I guess as long as you can login to the remote sites databse you can just do them both at the same time in a loop fashion.

    Comment

    • patelxxx
      New Member
      • May 2007
      • 135

      #3
      Cheers, can you start me of with the coding or which function(s) to use.

      thank you

      Comment

      Working...