Results 1 to 4 of 4

Thread: PHP include

  1. #1
    Join Date
    Dec 2007
    Posts
    45
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default PHP include

    Hi all,

    I'm a newbie at PHP and am getting started with the basics. Is it possible to load in a PHP include file into a specific area of a page when a hyperlink is clicked? (I assume this is something like an i-frame). I'm looking to be able to click on a thumnbail and have it's large image load into the page without reloading all of the information.

    Here is one of the sites I was told to reference for the functionality.
    http://hivemodern.com/
    clicking on the navigation, you can see how everything under the nav loads fast, but the header doesn't reload.

  2. #2
    Join Date
    Dec 2007
    Posts
    45
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    still looking, but this looks interesting and something I might be looking for.

    http://sye.dk/sfpg/

  3. #3
    Join Date
    Oct 2007
    Posts
    53
    Thanks
    13
    Thanked 1 Time in 1 Post

    Default

    with some javascript sure... not just using php and html

  4. #4
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    this is done through "AJAX" or remote scripting.

    There are many tutorials on the web about how to send a request to the server via AJAX in real time. Google is your friend!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •