% include_once( "../php_scripts/auto_prepend.php" ); %> <% // initialize some globals include_once( "../setup.php" ); // the general functions include_once ( "../inc/ac_helpers.php"); if ( $article_id ) { // get the author's id $contents = fetch_article_contents( $article_id ); $article_info = fetch_article_info( $article_id ); $author_id = $article_info[author_id]; $image_data = fetch_article_photos( $article_id ); $author_data = get_author_info( $author_id ); echo ""; echo "
| [ Print This Article! ] |
| ";
echo "ASIANCONNECTIONS ARTICLE "; echo "$article_info[title] "; echo long_date( $article_info[start_date] )." "; echo "by: $author_data[fname] $author_data[lname] "; echo " "; echo " |
";
foreach ( $contents as $page => $data )
{
echo nl2br( $data[content] )." "; } echo " |