Landing Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
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. | ||
<nowiki><?php | <nowiki><?php | ||
echo "<br>bookid=".$_GET["bookid"]; | echo "<br>bookid=".$_GET["bookid"]; | ||