1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

PHP "Include" of php - replacement of frames?

Discussion in 'Web Development' started by Arkangel, Jan 7, 2011.

  1. Arkangel

    Arkangel New Member

    Hello,

    I've read about howto use the include statement in php.
    My question now is the following:

    i got :

    menu
    info

    menu on the right
    footer

    I clearly want the middle part to change... so do i use all include pages for it? do I use a single index.php page and all the other are just small info pages that i then recall? don't really know how to figure it out;..
     
  2. djwilson

    djwilson New Member

    Hi, it would be

    <HEAD>
    </HEAD>
    <BODY>
    The PHP include file line

    MIDDLE CONTENT

    and then The PHP include file line
    <BODY>
     
  3. Arkangel

    Arkangel New Member

    I have found something about jload javascripting that loads html content files into the div's. That more what i meant. i was just looking at the wrong track.