Script Needed? - Please Help

Discussion in 'HTML & Website Design' started by M_ac, Mar 31, 2009.

  1. #1
    Hi Guys.

    I am in need of some sort of Script.

    What I want it for is I need to have a page on a few of my websites, and I want to have a kind of master page where I can update content and it automatically show on my other sites.

    So I want the pages to call on the content of the master page.

    I don't really know what it is I am looking for exactly so any help would be appreciated.

    Thanks
     
    M_ac, Mar 31, 2009 IP
  2. digital29

    digital29 Peon

    Messages:
    462
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if you use php its easy
    you can use a php file as the master page and update it when you want
    on the other websites you just have to include that php file
     
    digital29, Apr 2, 2009 IP
  3. Rad_Dev

    Rad_Dev Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You could also use a database you can update with a backend console. The website pages can be done with php to display the database content.
     
    Rad_Dev, Apr 2, 2009 IP
  4. M_ac

    M_ac Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Care to share the actual code needed? I don't know PHP too well.
     
    M_ac, Apr 4, 2009 IP
  5. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #5
    wordpress is the solution u can show ur new content link at ur other sites by using rss plugins.
     
    Jalpari, Apr 4, 2009 IP
  6. anildewani

    anildewani Peon

    Messages:
    1,132
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    0
    #6
    may be use iframe :rolleyes:
     
    anildewani, Apr 5, 2009 IP
  7. mubashirnisar

    mubashirnisar Banned

    Messages:
    2,186
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #7
    i think iframe is good to use here
     
    mubashirnisar, Apr 5, 2009 IP
  8. suganindia

    suganindia Peon

    Messages:
    520
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Hire some expert team, they can do it better...
     
    suganindia, Apr 5, 2009 IP
  9. digital29

    digital29 Peon

    Messages:
    462
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #9
    <?php include("path/master.txt"); ?>

    where master.txt is the text and "path" the path to that text
     
    digital29, Apr 7, 2009 IP