Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /homepages/26/d117650896/htdocs/error1002/example/thankyou_ssi.php:2) in /homepages/26/d117650896/htdocs/error1002/example/thankyou_ssi.php on line 3
Server Side Includes






SERVER SIDE INCLUDES CONFIRMATION PAGE
PHP Example
ASP Example


You can use Server Side Includes (SSI) to display transaction results on your thank you page. Server Side Includes work on UNIX servers. There are 3 steps to use this SSI example.
1. You need to create a HTML page.
2. You need to copy and paste the code below after the opening (first) BODY tag.
3. You need to name the file with the extension .shtml
For example:
confirmation.shtml

Simply click inside the window below, use your cursor to highlight the code, and copy (press Control-C or Apple-C on your keyboard) the code. Next you will need to paste (Control-V or Apple-V on your keyboard) the code into one of your web pages using Notepad (Windows), TextEdit (Mac OS X), or any HTML editor.