Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Limiting the results in index page but display all in another page....

  1. #11
    Join Date
    Apr 2007
    Posts
    149
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    The only problem is that im including it into an html file using SSI, which means i can not use php there...

  2. #12
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Is there a reason you can't use PHP instead of SSI?

    I don't really have a suggestion that will work without testing a few things. Try looking at get_included_files() and $_SERVER to find some bit of info that tells you which page you're on.

    Can SSI use get variables? mypage.php?short
    Then if (isset($_GET['short'])) ......
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

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
  •