Landing Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
The following PHP test script will display the raw data. | The following PHP test script will display the raw data. | ||
Use this as a starting point to create your own design | Use this as a starting point to create your own design. It may also be possible to use this method to forward the guest on to your own payment gateway to collect a deposit. | ||
<nowiki><?php | <nowiki><?php | ||
echo "<br>bookid=".$_GET["bookid"]; | echo "<br>bookid=".$_GET["bookid"]; | ||