Can I use the same SSI twice in same page?

Hey all,
i'm having a problem whereby several SSI's are not showing on my page.
I'm wondering if it's because the instances that are not showing are the ones called the second time round.
Before i start posting code etc, i just wondered if it was actually not possible to call the same SSi more than one time on a page.
I can't seem to find documentation stating this anywhere.
Thanks in advance,
Katrina
Edit 1: I tested using a new unique SSI (i.e. one that wasn't called anywhere else on teh page, and it doesn't show either... so I've started a new thread where i post my code here: http://forums.adobe.com/message/5345250#5345250
Edit 2: I guess i didn't test properly initially. It seems it is NOT possible to use the same SSI twice on a page...   What a bummer!!!

This issue was resolved in a different thread where s member supplied the following information...
t's certainly possible depending on the PHP command which you use as the include directive.
<?php require_once('includes/include-address.php'); ?> will only include the file once
<?php require('includes/include-address.php'); ?>  will include the file more than once
<?php include('includes/include-address.php'); ?>  will include the file more than once
Each has its own rules and quirks.
http://php.net/manual/en/function.require-once.php
http://www.php.net/manual/en/function.include.php
http://www.w3schools.com/php/php_includes.asp

Similar Messages

  • HT201250 can I use the same drive to backup more than one computer

    Can I use the same external hard drive to backup (using Time Machine) my Macbook pro and iMac computers?
    Can they be the same partition?

    etresoft wrote:
    SMS5572 wrote:
    It was never my intention to break protocol here.
    Pondini is not accurately reporting the context of a private conversation.
    I disagee (you called it threadjacking twice), but we can argue about that elsewhere.
    As far as I know, only Lion Server and Time Capsule provide networked Time Machine services
    It is supported. 
    From Lion (client) Help:
    So many folks asked how to set it up that I wrote instructions on my web site -- Time Machine - Frequently Asked Question #22 -- no "unsupported" command needed.
    Message was edited by: Pondini

  • Can I use the same taskflow in the same page ?

    I have an ADF library which I want to input into a single page (jspx).
    In the single page, i drag a taskflow-A twice into showdetailitem1 and showdetailitem2. I used required parameter so I able to define each taskflow.
    Everything looks good for the first time, and no error so far, but some component like carousel and af:foreach only works for the one of these regions.
    My question is,
    - can I use the same taskflow in the same page (2 regions) ?
    - if yes, did I have to configure something to achieve this ?
    Thanks
    Riendy

    Hi
    Iterating over af:region will not work.  Instead, try if using dynamic task flow id works—
    <af:carousel ...>
      <af:carouselItem ...>
        <af:region value="#{binding.item1.regionModel}" ... />
      </af:carouselItem>
    <af:carouselItem ...>
        <af:region value="#{binding.item2.regionModel}" ... />
      </af:carouselItem>
      <!-- and so on -->
    </af:carousel>
    In the page definition file, you should have the following—
    <taskFlow id="item1" taskFlowId="#{backingBean.item[0].taskFlowId}" active="#{backingBean.item[0].active" .../>
    <taskFlow id="item2" taskFlowId="#{backingBean.item[1].taskFlowId}" active="#{backingBean.item[1].active" .../>
    So, you have a bunch of task flows ready to be displayed based on the what the backing bean returns.
    ~Sripathy

  • Can I use the "same" button multiple times for multiple galleries?

    OK so I am extremely untrained in CS4 and Actionscript. However I have managed to get along fairly well until I started to dynamically upload images as a gallery. This works great if I have one gallery, but for my site I have 9 galleries!!! I have a back and next button, but I want to be able to use those same buttons for all of the galleries so they look the same. I have split them up and renamed them, but I am clueless on how to script the buttons to work. Please help...and don't laugh at my poor scripting. This is what I have now because I do not know where to put the other button names without getting errors.
    stop();
    next_btn .addEventListener(MouseEvent.CLICK, nextImage);
    var imageNumber: Number=1;
    function checkNumber(): void{
        next_btn.visible=true;
        back_btn.visible=true;
        if(imageNumber==15){
            trace(imageNumber);
        next_btn.visible=false;
        if(imageNumber==1){
            trace(imageNumber);
        back_btn.visible=false;
    function nextImage(evtObj:MouseEvent):void {
        imageNumber++;
        mc_engagement.source= "photo/engagement/en0"+imageNumber+".jpg";
        mc_amish.source= "photo/amish/Amish"+imageNumber+".jpg";
        mc_chicago.source= "photo/chicago/ch"+imageNumber+".jpg";
        mc_landscapes.source= "photo/landscapes/land"+imageNumber+".jpg";
        mc_goodvsevil.source= "photo/goodvsevil/ge"+imageNumber+".png";
        mc_animals.source= "design/animals/an"+imageNumber+".png";
        mc_icons.source= "design/icons/icon0"+imageNumber+".png";
        mc_objects.source= "design/objects/pc"+imageNumber+".png";
        mc_typography.source= "design/typography/type"+imageNumber+".png";
        checkNumber();
    back_btn .addEventListener(MouseEvent.CLICK, backImage);
    function backImage(evtObj:MouseEvent):void {
        imageNumber--;
        mc_engagement.source= "photo/engagement/en0"+imageNumber+".jpg";
        mc_amish.source= "photo/amish/Amish"+imageNumber+".jpg";
        mc_chicago.source= "photo/chicago/ch"+imageNumber+".jpg";
        mc_landscapes.source= "photo/landscapes/land"+imageNumber+".jpg";
        mc_goodvsevil.source= "photo/goodvsevil/ge"+imageNumber+".png";
        mc_animals.source= "design/animals/an"+imageNumber+".png";
        mc_icons.source= "design/icons/icon0"+imageNumber+".png";
        mc_objects.source= "design/objects/pc"+imageNumber+".png";
        mc_typography.source= "design/typography/type"+imageNumber+".png";
        checkNumber();

    I'm still a novice with Flash myself, but I have two comments.
    First, at this point, won't your buttons control all galleries at the same time? Which means, if I go to image 5 in one gallery, then move to another gallery, I'll start at image 5, because the actions are all connected.
    Second, you can definitely use the same buttons for multiple galleries. It seems to me that as long as you've assigned the buttons an instance name, these actions should already work to control all the galleries (see the note above). I guess I would need to understand a bit more about how your project is built.

  • I'm in the trial period for Creative Cloud - I have about 19 days to go on Photoshop CC on my iMac.  Can I use the same CC trial on a second machine?  Specifically on a Windows 7 machine?

    I'm in the trial period for Creative Cloud - I have about 19 days to go on Photoshop CC on my iMac.  Can I use the same CC trial on a second machine?  Specifically on a Windows 7 machine?

    Nothing personal to you or Rajshee, but this is exactly why I absolutely despise these "community forums" (not just Adobe but any company).  I called the Tech Support phone line today after digging and digging for a phone number, and they told me the exact opposite, and they did it a lot faster than it was possible to get a forum response.  (That's really not personal, because you can't control that, but it's a fact.)
    Their answer: As long as I'm signed in with the same ID, I can try, say, Photoshop CC on my iMac at home and also try Acrobat Pro CC on my Windows 7 machine at work.  Same account, same login, one trial.
    This makes complete sense to me as I'm financially on the hook (potentially) for the same package.  If I give away my login to someone else, which I wouldn't do, I'm still on the hook.  This is why the cloud approach to software is such genius and I applaud it.
    BTW, 99% of the "community forum" wrong answers come on Microsoft sites, so don't feel bad. 

  • Can you use the same Apple ID on more than one MacBook Pro for updates and applications?

    We just got a few new MacBook Pro's and when I went to install updates it said I need to make an Apple ID.  Can you use the same Apple ID and email address for that Apple ID on multiple machines, or do I need them both to be unique per machine?  I'm not sure how that works when you have multiple machines.

    An Apple ID is a user name you use for everything you do with Apple. Creating an account for an Apple service, such as the iTunes Store or the App Store, creates an Apple ID. Apple ID allows you to access other Apple services.   So you can use the same Apple ID for up to 10 Macs associated with it.
    To create an Apple ID you need to enter  your full name and your primary email address as your Apple ID. This will be used as the contact email address for your account.

  • How many times can you install Lightroom 5? My problem is that I have saved my programs on C. To I have more space, I want to save my programs now on E. Can I now uninstall Lightroom and reinstall from C to E? Can I use the same license code as the first

    Please help!!
    How many times can you install Lightroom 5? My problem is that I have saved my programs on C. To I have more space, I want to save my programs now on E. Can I now uninstall Lightroom and reinstall from C to E? Can I use the same license code as the first installation?

    Thank you for your answers, it helps me a lot.
    But sorry for my ignorance. I understand how you mean it, but I don't know how to do it. I'm scared to lose the settings/edits of the images.

  • I already have adobe digital editions on my mac pc and download books from the library to my android e-reader. Can I use the same digital editions on my ipad air, or do I need to load a different one onto my ipad?

    I already have adobe digital editions on my mac pc and download books from the library to my android e-reader. Can I use the same digital editions on my ipad air, or do I need to load a different one onto my ipad?

    Try following forum:
    Adobe Digital Editions

  • I have a Verizon and At&t Iphone 4 can I use the same Itunes account for both phones?

    I have a Verizon Iphone 4 though my job.  I also have a At&t Iphone 4 for my personal phone.  Can I use the same Itunes account for both phone or will I need a separate account for Verizon Iphone?

    I dont live in US, live in Japan.. but I do have 2 iPhones, one 3GS and one 4. I use same iTunes Account on both.
    You might have a little "problem" if your payment were by Credit Card, everytime you try to buy something (I mean, try to download something on your iphone, not from your computer) , your going to need to verify your payment... but if u use iTunes Gift Card, you wont have any problem with that
    sry about my english... I hope I helped you

  • Can I use the same icloud account on 2 computers?

    I have a ipad, iphone, mac pro and an imac thats at work. Can I use the same account and sync to all the devices? Or will it only work with the computer that syncs my phone and Ipad?

    It works with all your devices that are tied to the same Apple ID.

  • Can I use the same iTunes account for 2 iPads without having the same apps on both?

    Can I use the same iTunes account for 2 iPads without having the same apps on both? Everytime I try to sync my new iPad, it syncs all the apps that are on my account. If I can do this, can someone tell me how please???

    Yes you can, easily.  When you plug the first pad in to sync, note the name of the pad on the last pane.  Set up for that device whatever you want to sync.  When you are done, plug the second pad in.  Make sure it has a different name on the left pane.   Then sync to that pad whatever you want.  I tunes will remember what you did on each pad, and will start from there the next time you plug in.

  • Can you use the same Apple Id on different devices.

    Can I use the same Apple ID on two different iPads? My kids just got school issued iPads and they need to have an Apple ID. They have iPhones with there own Apple ID's. We use one Apple ID for purchases for our family. Can they use there current Apple ID with the iPads without the purchase Apple Id being associated. Will they be able to load music and apps that were purchased with the family Apple Id?

    I am just a little confused about the way that you asked thes questions. But here is my take.
    1. Yes - You can use two Apple ID's on an iPad.
    2. You can use the same Apple ID on up to 10 total devices - but there is a five computer limit in that total of 10 devices.
    3. If you use one ID for some things and then use the family ID to download past purchases for free - you will lock themselves out of the other ID for 90 days.
    4. When you download a past purchase on an iDevice using a different ID - you associate that device with that ID and you are locked into that ID only for 90 days.

  • HT204053 Can you use the same Apple ID for two devices ?

    I have an MacPro and I am buying an iPad.  Can you use the same Apple ID for two devices or should I create an new AppleID for the ipad?

    Welcome to Apple Support Communities
    The Apple ID purpose is to have the same data in all your devices and share your purchases among all your devices, so you can use your Apple ID in both devices

  • I have an iphone 4 and thinking about getting an ipad2.  Can i use the same apple id for both devices?

    I have an iphone 4 and I am thinking about getting an ipad2.  Can I use the same apple id and itunes account with both of them?  Will my contacts and apps transfer over to the iPad2?

    Yes. I use the same Apple ID on four different iDevices. You can sync the contacts with iCloud or with your computer and have them on both devices. You can sync all of the apps as well. If the apps are not in iTunes on your computer - you can download them to the iPad with the same Apple ID. You can also restore the iPad from a backup of the phone to transfer your settings, app data and your contacts.
    iPhone only apps will be half size on the iPad screen but will still work as long - you can enlarge the size of the apps - but they will be pixelated on the screen.

  • I have 2 Ipod nanos, can i use the same apple id for both of them

    I have 2 ipod nanos, 1 for my wife and mine. Can I use the same Apple ID for both so we can share the same music.

    yes you can. I have 1 nano and 3 iTouches.... you should be able to use Multiple iDevices with the same Apple ID.....

  • I have an apple id registered in Indian store. can i use the same apple id to register for U.S store. I have the credit card of my brother in U.S

    i have an apple id registered in Indian store. can i use the same apple id to register for U.S store. I have the credit card of my brother in U.S. I want to access both the stores using the same apple id. Can you tell me how. I dont want to create a new id as far as possible.

    Appreciating your answers....
    I wanna ask that if one of my family member lives aboard in US and if he has an apple id too.. so can I use his id on my ipad here in Pakistan? Will it effect the applications that I have been installing recently?
    Thank you.

Maybe you are looking for

  • ABAP Proxy - No message in PI

    Hi experts, We are developing a scenario using ABAP Proxy to send an assynchronous message to PI 7.3. The problem is that the message is sent by ABAP code, but is not shown at SXMB_MONI. The routing objects were created at Integration Directory, but

  • Trying to install the new itunes/borjour for windows 64 but neither install

    I downloaded the current version of itunes for windows 64.  I received a message to install Bonjour and did so. I have 2 Bonjour items in Programs and tried to uninstall the one dated 2010 but received the message that this program is for 32bit and t

  • Buying old imac g4 - price?

    Hello there, Wondering how I can find out how much I should pay for an iMac g4 17" ? It has been treated well as far as I know, the owner is a friend. It has been sitting in a box a lot and I will get a chance to test it first. Wondering what tests I

  • ICloud password request at start-up

    During the past week or so, I've noticed a persistent request panel that appears during startup and asks for my iCloud password. I've never seen this request before. The first time it happened, it was accompanied by several other password requests fo

  • My ibooks have no sample pages

    This is turning into a long running problem which neither lulu (my publisher) nor Apple seem to be able to solve. I have 26 books on the ibook store. 6 are currently in the top 100 and one at number 5 in the Children/teen chart. Customers must be ver