Is is possible to somehow include a php website in a other?

Hi, What I'm trying to accomplish is including the index page of a appointment-system on a page of a other website. Both are on the same server and are sub domain sites of one domain name. Both have php extension so I'm looking for a trick to do the job.
All good ideas are welcome!

Did try your suggestion but it doesn't work.
If the file being included is a complete, standalone webpage, and the parent page into which the include is being inserted is also a complete, standalone webpage, you will get a mess.
Also, unless you have special dispensation from your web host (and I'm not even sure then you can do it) you cannot include a file that is outside your current session's domain.

Similar Messages

  • Application cannot proceed. Internal error occured. Contact your administrator. Error msg: Unable to connect to the database. Please make sure the database information specified in admin/includes/config.php are correct.

    After clicking in email link, I get the following message on Firefox page : " The application cannot proceed!
    An internal error occured. Please contact your administrator and describe the steps you took before you encounter this error message.Error msg: Unable to connect to the database. Please make sure the database information specified in admin/includes/config.php are correct."
    The email asked to install the latest Adobe Flashplayer version to have it working. I installed it, also updated my plug-ins and checked in safe mode that the extensions were not the problem. I also deleted the cookies an cache. Nothing seems to be working so far. I have the lastest version of Firefox 8.0.1 as well as Roboform 7. I noticed that the latest Firefox version has (x86) tagged to it. Does it refers to an 86 bits because my computer uses 32 or 64 bits only. I tried also different browsers and the message kept appearing. How do I resolve this problem?

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • SSI/'Include' a .php file?

    Hi All,
    Server Side Includes in DW look much more complex than they
    used to be! A
    few years ago I used them a lot. Now I read the 'Help' and
    I'm bewildered!
    I began wondering about this because we have PHP file
    containing n HTML
    fragment - on one server - and wish to include it in pages
    elsewhere. The
    Joomla sites will pull it in no prob.
    Q: Is there any way that a static DW site with .html pages
    can 'include'
    that code too?
    Thanks All,
    John

    > Q: Is there any way that a static DW site with .html
    pages can 'include'
    > that code too?
    You are asking if a static HTML page can include a PHP file
    fragment? Sure
    it can, using an HTML include, but be prepared for the static
    page to not
    execute any of the PHP in the fragment.
    > Server Side Includes in DW look much more complex than
    they used to be! A
    > few years ago I used them a lot. Now I read the 'Help'
    and I'm bewildered!
    They are exactly the same as they used to be. Nothing has
    changed.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "johnivan" <[email protected]> wrote in message
    news:giapm8$b1l$[email protected]..
    > Hi All,
    > Server Side Includes in DW look much more complex than
    they used to be! A
    > few years ago I used them a lot. Now I read the 'Help'
    and I'm bewildered!
    >
    > I began wondering about this because we have PHP file
    containing n HTML
    > fragment - on one server - and wish to include it in
    pages elsewhere. The
    > Joomla sites will pull it in no prob.
    >
    > Q: Is there any way that a static DW site with .html
    pages can 'include'
    > that code too?
    >
    > Thanks All,
    > John
    >

  • I have an iMac desk top, iPad, and two iPhones. Someone (a family relative) has somehow copied text messages, and possibly emails from our iPhones, and sent them to other people. He has had access to my wife's iPhone numerous times. Can I check our iPhone

    I have an iMac desk top, iPad, and two iPhones. Someone (a family relative) has somehow copied text messages, and possibly emails from our iPhones, and sent them to other people. He has had access to my wife's iPhone numerous times. Can I check our iPhones to detect any surveillance apps(bugs) on them?

    Whose Apple ID are you using? It sounds like whoever co-opted the account may have changed the security questions as well.
    Follow the instructions here: http://support.apple.com/kb/HT5665
    What should I do if I don't remember the answers to my Apple ID security questions?
    Try answering them at least once to see if you can get them right, even if you are not sure you remember the answers to your security questions.
    If you are confident you can't remember them, try one of the following:
    If you have three security questions and a rescue email address
    sign in to My Apple ID and select the Password and Security tab to send an email to your rescue email address to reset your security questions and answers. 
    If you have one security question and you know your Apple ID passwordsign in to My Apple ID and select the Password and Security tab to reset your security question.
    If you have one security question, but don't remember your Apple ID password
    contact Apple Support for assistance. Learn more about creating a temporary support PIN to help Apple confirm your identity when you contact Apple Support.
    Note: If you have forgotten your password and answer your security questions incorrectly too many times in a row, you will be unable to try to answer your security questions for a period of time. During that time you will not be able to reset your password and will not have access to your account.

  • Is it possible to create foreign key from composite key in other table.

    SQL> desc PRODUCT_CONFIG_OPTION;
    Name Null? Type
    CONFIG_ITEM_ID NOT NULL VARCHAR2(20) --composite primary key
    CONFIG_OPTION_ID NOT NULL VARCHAR2(20) --composite primary key
    CONFIG_OPTION_NAME VARCHAR2(100)
    DESCRIPTION VARCHAR2(255)
    SEQUENCE_NUM NUMBER(18)
    LAST_UPDATED_STAMP TIMESTAMP(6)
    LAST_UPDATED_TX_STAMP TIMESTAMP(6)
    CREATED_STAMP TIMESTAMP(6)
    CREATED_TX_STAMP TIMESTAMP(6)
    SQL> DESC PRODUCT_CONFIG_ITEM;
    Name Null? Type
    CONFIG_ITEM_ID NOT NULL VARCHAR2(20)
    CONFIG_ITEM_TYPE_ID VARCHAR2(20)
    CONFIG_ITEM_NAME VARCHAR2(100)
    DESCRIPTION VARCHAR2(255)
    LONG_DESCRIPTION CLOB
    IMAGE_URL VARCHAR2(255)
    LAST_UPDATED_STAMP TIMESTAMP(6)
    LAST_UPDATED_TX_STAMP TIMESTAMP(6)
    CREATED_STAMP TIMESTAMP(6)
    CREATED_TX_STAMP TIMESTAMP(6)
    SQL> desc product;
    Name Null? Type
    PRODUCT_ID NOT NULL VARCHAR2(20)
    PRODUCT_TYPE_ID VARCHAR2(20)
    PRIMARY_PRODUCT_CATEGORY_ID VARCHAR2(20)
    MANUFACTURER_PARTY_ID VARCHAR2(20)
    FACILITY_ID VARCHAR2(20)
    INTRODUCTION_DATE TIMESTAMP(6)
    SUPPORT_DISCONTINUATION_DATE TIMESTAMP(6)
    SALES_DISCONTINUATION_DATE TIMESTAMP(6)
    SALES_DISC_WHEN_NOT_AVAIL CHAR(1)
    INTERNAL_NAME VARCHAR2(255)
    BRAND_NAME VARCHAR2(100)
    COMMENTS VARCHAR2(255)
    =========
    CREATE TABLE PROD_CONFIG_PROD_CONFIG_OPTION (
    PRODUCT_ID VARCHAR2(20),
    CONFIG_ITEM_ID VARCHAR2(20),
    CONFIG_OPTION_ID VARCHAR2(20),
    PAGE_NUM_TO NUMBER(18),
    ALTERNATE_PAGE_NUM_TO1 NUMBER(18),
    ALTERNATE_PAGE_NUM_TO2 NUMBER(18),
    ALTERNATE_PAGE_NUM_TO3 NUMBER(18),
    LAST_UPDATED_STAMP TIMESTAMP(6),
    LAST_UPDATED_TX_STAMP TIMESTAMP(6),
    CREATED_STAMP TIMESTAMP(6),
    CREATED_TX_STAMP TIMESTAMP(6),
    CONSTRAINT PK_PROD_CAT_CONFIG_MOD PRIMARY KEY (PRODUCT_ID),
    CONSTRAINT FK_PRODUCT_ID FOREIGN KEY (PRODUCT_ID) REFERENCES PRODUCT(PRODUCT_ID),
    CONSTRAINT FK_CONFIG_ITEM_ID FOREIGN KEY (CONFIG_ITEM_ID) REFERENCES PRODUCT_CONFIG_ITEM(CONFIG_ITEM_ID),
    CONSTRAINT FK_CONFIG_OPTION_ID FOREIGN KEY (CONFIG_OPTION_ID) REFERENCES PRODUCT_CONFIG_OPTION(CONFIG_OPTION_ID) )
    TABLESPACE DATA_SMALL
    i try to create this table if i omit 3rd foreign key constraint then table successfully created.but including trd foreign key constraint it return error "ORA-02270: no matching unique or primary key for this column-list"
    i checked everything is it possible to create foreign key from composite key in other table.

    And
    CONSTRAINT FK_CONFIG_OPTION_ID FOREIGN KEY (CONFIG_ITEM_ID,CONFIG_OPTION_ID) REFERENCES PRODUCT_CONFIG_OPTION(CONFIG_ITEM_ID,CONFIG_OPTION_ID)
    ?

  • Why is not possible to attach documents into emails in answer to others emails?

    why is not possible to attach documents into emails in answer to others emails?

    This is a user to user forum and nobody knows Apple's motives in not including that feature yet. I suggest you use the following link to provide your suggestion to Apple.
    http://www.apple.com/feedback/ipad.html
    You can, by the way, add photos or videos when replying, just not other document types. It more than likely relates to the sandboxing of iOS apps to keep things safe and malware free.

  • Is it possible to Extract the Data from Website?

    Dear Experts,
            Is it possible to Extract the Data from Website and Upload it in the SAP Table?.It is very Urgent.Please help me.
    Thanks & Regards,
    Ashok.

    Hi Friend,
    Generaly if it is one time activity you can do it manually by copy paste in excel.
    But if it is weekly or monthly activity then you have to ask website provide to provide data in excel or CSV file and upload it into SAP.
    I have a situtation like this, and they (Rapaport price) provide it in CSV format with defined columns.
    So it is better to raise the issue to website provider.
    Regards
    Krishnendu

  • Latest version of Window 7 FireFox came with malware including Unico browser and tons of other malware. Mac version seems to be fine. Has anyone else seen this?

    I have been using FireFox for awhile now on both a Mac and Windows 7 computer and have loved it. It has been updated to the latest version by your request many times in both formats with no problems; until now. The Windows computer just asked me to undate to version. I went directly to Mozilla.org and it had 'Firefox Setup Stub 37.0.1.exe. When I opened this, I immediately got a blast of more nasty malware and viruses than I had ever previously experienced. I deleted all those unwanted programs that had downloaded; removed all the malware and viruses. Firefox worked for a minute before all this different malware and pop-ups and viruses started again. I then repeated everything and also removed firefox and the PC worked fine with a different browser.
    I then tried a second time to a different Mozilla site that included US firefox in the website name and started over. Same thing happened again. These unwanted programs included Unico Browser and dozens of other that are very nasty. If you click on anything, they download a dozen other programs. If you go to control panel and remove them, they download 6 or eight new unwanted programs. I finally got all the malware, viruses and pop ups removed when I also removed Mozilla Firefox. I can only conclude that the latest version for Windows is corrupted. Any thought or recommendations? For now, I am back to using a different browser on the PC.

    Let's try this last thing:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from [https://www.mozilla.org mozilla.org] (or choose the download for your operating system and language from [https://www.mozilla.org/firefox/all/ this page]) and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (or open the Firefox menu [[Image:New Fx Menu]] and click the close button [[Image:Close 29]]).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    More information about reinstalling Firefox can be found [[Troubleshoot and diagnose Firefox problems#w_5-reinstall-firefox|here]].
    <b>WARNING:</b> Do not use a third party uninstaller as part of this process. Doing so could permanently delete your [[Profiles|Firefox profile]] data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and saved passwords. <u>These cannot be easily recovered unless they have been backed up to an external device!</u> See [[Back up and restore information in Firefox profiles]]. <!-- Starting in Firefox 31, the Firefox uninstaller no longer lets you remove user profile data.Ref: Bug 432017 and https://support.mozilla.org/kb/uninstall-firefox-from-your-computer/discuss/5279 [Fx31] Windows uninstaller will no longer offer the option to remove personal data -->
    Please report back to say if this helped you!
    Thank you.

  • Is it possible to install an iOS upgrade from a computer other than your sync computer?

    Hello,
    Is it possible to install an iOS upgrade from a computer other than your sync computer? I usually sync to my tower at home, but only have access to my laptop now. My laptop is authorized to the same iTunes account as the tower. If I do a software update for the iPhone on the laptop's copy of iTunes, will it wipe away my music that isn't from the iTunes store, etc?
    Thanks,
    Will

    Yes, but all your data will be replaced by whatever is on this other computer. So if you don't want that to happen wait and install on the computer with which the device is normally synced.

  • Is there a way to make a video call from my iPhone 4 to a non apple phone? Also is it possible to transfer pics using bluetooth from iPhone to other company mobiles? Its a great phone but sometimes I feel struck inside it.

    Is there a way to make a video call from my iPhone 4 to a non apple phone? Also is it possible to transfer pics using bluetooth from iPhone to other company mobiles? Its a great phone but sometimes I feel struck inside it.

    You'd need an app like Skype to video call with other phones.
    Data transfer is not supported via bluetooth and iphone to iphone is not supported at all.

  • Is it possible to find the time a website was visited in safari history?

    Is it possible to find the time a website was visited in safari history?

    See:
    http://www.justanswer.com/computer-programming/7c5qf-iphone-settings-safari-adva nced-website-data.html

  • Can we design professional PHP websites in Dreamweaver CS6 ?

    Can we design professional PHP websites in Dreamweaver CS6 ?

    Dreamweaver is not a professional PHP IDE (integrated development environment). As such, it lacks PHP debugging capabilities and other features that a nice IDE has.
    But you can code PHP in Dreamweaver, and it does have pretty good PHP syntax checking. So yes, you can create a PHP website using Dreamweaver.
    A lot depends on what exactly you mean by "professional PHP website" and what your programming skill level is. The fact that you are asking this question tells me that your coding skills must not be great, because if they were, you would not need to ask this question. Dreamweaver is a much "friendlier" environment than a PHP IDE. You might find a PHP IDE like ZEND Studio to be overwhelming, in which case Dreamweaver would be your better choice.

  • I have several pdf files in my computer which are organized in folders. I want to transfer them to IBooks (in my Ipad) and keep the folder structure I use in my computer. Is it possible to do it? Do I need any other app?

    I have several pdf files in my computer which are organized in folders. I want to transfer them to IBooks (in my Ipad) and keep the folder structure I use in my computer. Is it possible to do it? Do I need any other app?

    By design, the organizer (and any other database management systems) is there to prevent you from duplicating your media files. The catalog management allows you to have the same image in different categories or albums. Duplication in different folders is to be absolutely avoided.
    The same image file can have multiple tags like 'family', 'vacations', 'birthdays' and be present in three different albums with the same names. On obvious advantage is less disk space. Another one with your present folder system is that if you edit one of your duplicates, the other ones are unchanged.
    I don't see an easy way to make your present folder structure simplified for the organizer ...

  • What are possible causes for frequent loss of wireless mouse connectivity other than the batteries ?

    What are possible causes for frequent loss of wireless mouse connectivity other than the batteries ?

    Wi-Fi or another interference source. Try turning off the Wi-Fi and see if the problems continue. If that solves the problem, see if you can set your Wi-Fi to run in the 5 GHz range.
    Keyboard/Mouse – Troubleshooting Wireless
    WIFI AND BLUETOOTH FINALLY SOLVED, NO REALLY - YOSEMITE 10.10
    Bluetooth Wireless Problems
    Bluetooth devices become unresponsive

  • Is it possible to add animation to your website?

    Is it possible to add animation to your website? I'd like to add navigation buttons down the side in the shape of books, and have them open when you scroll near them with the mouse. Is this possible?

    Not in iWeb itself. You have to find the code and paste it in a HTML snippet.
    Here's some demo :
    http://www.wyodor.net/_Demo/Hover/
    Study the source and the pictures
    http://www.wyodor.net/_Demo/Hover/duckassets/iWeb_1.png

Maybe you are looking for

  • SSO to ITS through WebSEAL gives secure/non-secure messages

    Hi We running the following setup: EP6 SP14 Stand-alone ITS 6.20 patch 18 4.7 R/3 Enterprise TAM/WebSEAL 5.1 We are running SSO through WebSEAL to the portal and everything seems to be working just fine. But when we try to access a transactional iVie

  • VGA or HDMI connections to Panasonic  (EDTV) in Windows XP of Bootamp

    I have been trying to connect 13 MacBook to Panasonic (EDTV) which is compatible with: VGA: 640x480 in 4:3 aspect ratio 852x480 in 16:9 ratio HDMI: 1920x1080i 720x480p and 640x480 720(1440)x480i When Windows XP is booted in Bootcamp, initially "Windo

  • Login/min_password_digits

    Hi there, I have one application server and one database server for our ECC6. When I tried to change the password for a user in the application server, the system is saying that 'Password should contain 22 digits'. However, this is not happening when

  • ASSP Anti Spam - unable to relay outbound mail

    Hi, I have just set up ASSP and having issues with outbound mail. I have set up the SMTP connector to use 'internal' and address space as * and using smart host (IP of ASSP server). On ASSP i have added the exchange server IP under AcceptAllMAIL. Tha

  • Redirected restore fails with SQL2071N

    Hi, While trying to do a redirected restore i am getting the below error. RESTORE DATABASE <SID> CONTINUE SQL2071N An error occurred while accessing the shared library "/db2/db2<sid>/sqllib/adsm/libtsm.a". Reason code: "2". Please find below the data