Jordan High Alumni Association

Information for Webmasters

Beginning Webmasters

Advanced Webmasters with Server-Side-Include Ability

Style to your heart's content

Add Centennial Information HTML to Your Class Site

http://www.jhsalumniassociation.com/html/centennial.htm

Add Other Class Site Links to Your Class Site

http://www.jordanalumni.com/classLinkList.php

Add All Class Reunions for Current Year to Your Class Site

http://www.jordanalumni.com/reunionlist.php

Why Should I Care About Server-Side Includes?

Using Server-Side Includes allows your site the benefit of having content pulled from our site that you don't have to manually maintain and update. The instant our site's content is updated at the URLs listed above, your site's content will reflect the changes the next time someone comes to visit your site.

I'm using PHP - how can utilize the URLs above?

You need to use the "readfile" function and precede it with an @ so that your page doesn't fail if our server is unavailable for some reason.

Example:
<?php @readfile('http://www.jhsalumniassociation.com/html/centennial.htm'); ?>