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.

14 lines
396 B

  1. <?php // contents of the ad banner frame
  2. header("Content-type: text/html");
  3. $basetarget="_blank";
  4. include("html/head.std");
  5. $banner = "graphics/banner.gif";
  6. $banner_size = getimagesize($banner);
  7. print("<a href=\"sponsors.php3\">\n");
  8. print("<img src=\"$banner\" $banner_size[3] ");
  9. print("alt=\"-Click here to visit our Sponsors!-\" ");
  10. print("border=0>\n</a>\n");
  11. include("html/tail.std");
  12. ?>