Landing Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
Use this as a starting point to create your own design: | Use this as a starting point to create your own design: | ||
<?php | <nowiki><?php</nowiki> | ||
echo "<br>bookid=".$_GET["bookid"]; | echo "<br>bookid=".$_GET["bookid"]; | ||
echo "<br>propid=".$_GET["propid"]; | echo "<br>propid=".$_GET["propid"]; | ||
echo "<br>roomid=".$_GET["roomid"]; | echo "<br>roomid=".$_GET["roomid"]; | ||