"; echo "
"; echo "

"; echo "General Info | "; echo "Trips | "; echo "Specs | "; echo "Mods | "; echo "Pictures | "; echo "Resources "; echo ""; echo "

"; //End Header $table_tag = ""; echo $table_tag; echo "
"; echo stripslashes(fread(fopen("$page", "r"), 19000)); echo "View All Pics"; echo "
"; } function get_date($date) { //Expected Format YYMMDD $date_array = split("-", chunk_split($date, 2, '-')); return date("F jS, Y ", mktime(0,0,0,$date_array[1], $date_array[2], ($date_array[0] +2000))); }