Olive Branch MS Chamber of Commerce (circa Oct 1999)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

17 lines
404 B

  1. <html>
  2. <head>
  3. <link rel=stylesheet href=/styles/basic.css type=text/css>
  4. </head>
  5. <body>
  6. <?
  7. print("begin: $begin<br>");
  8. print("page: $page<br>");
  9. print("linesperpage: $linesperpage<br>");
  10. print("category: $category<br>");
  11. print("wordsearch: $wordsearch<br>");
  12. print("contactsearch: $contactsearch<br>");
  13. print("wordoption: $wordoption<br>");
  14. print("contactoption: $contactoption<br>");
  15. ?>
  16. </body>
  17. </html>