|
Friday, February 2
We all have our Rachels. For those afraid to act, heed this lesson.
When I worked past my fear and contacted Nori for the first time, I had no idea how many changes would result. Each day I give thanks for taking that plunge, and think how much better my life is for it. Without Nori, there'd be no Conny, among many other things... The Alchera server arrived at the new hosting company. Progress! Freedom! Hope! Conny will bind me firmly to a chair over the weekend and make me post details, since work kept me from writing today. '; } else { if(stristr($filename,"archive")) { $dir=$_SERVER['DOCUMENT_ROOT']; $template='_01_archive.html'; $tail=strlen($template); $thisArchive=$filename; //$files=scandir($dir); $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); $earlyarch=""; $laterarch=""; $prevarch=""; $next=0; foreach($files as $file) { if (substr($file,-$tail)==$template) { if ($next==1) { $laterarch=$file; $earlyarch=$prevarch; $next=0; } if ($file==$thisArchive) { $next=1; } else { $prevarch=$file; $earlyarch=$prevarch; } } } $link=''; $divider=''; if(file_exists($earlyarch)) { $link='< Earlier Archive'; $divider=" | "; } if(file_exists($laterarch)) { $link=$link.$divider.'Later Archive >'; } $link=$link.' '; } } echo($link); ?> |