|
|
|
SERVER SIDE INCLUDES FAILURE PAGE
PHP Example
ASP Example
You can use Server Side Includes (SSI) to display transaction results on your failure 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
|