0){ // As long as there's at least one matching record... while ($items = mysql_fetch_object($result)) { // Show the record details echo "$items->title

"; $imagepath = "../uploaddir/" . $items->image; if ($items->image && file_exists($imagepath)){ $size = getimagesize($imagepath); $image_width=$size[0]; $image_height=$size[1]; echo ""; } echo "

" . nl2br($items->description) . "

"; if ($items->linkaddr){ if (!strstr($items->linkaddr,"http://")){ $items->linkaddr = "http://" . $items->linkaddr; } echo "

Related Link: "; if ($items->linkdesc){echo $items->linkdesc;} else {echo $items->linkaddr;} echo "

"; if ($items->bibliography){ echo "

Bibliography: $items->bibliography

"; } } } // If no records are found, we let 'em know } else { echo "No press releases found..."; } echo '

<-Back

'; } else { // No ID value was passed, so we show the default version of the page ?> Library - Text Library

Our Text Library of educational and business articles is compiled by LT participants and business presenters, who select and share articles they feel offer timely or insightful information about education or business culture, in general, or about specific fields or areas of interest.

Here is a sampling of articles from our database:

" . $list->title . "

"; } } } ?>