Warning: Undefined variable $trail in ../../includes/trail.php on line 28
or
Warning: Undefined variable $trail in ../../includes/trail.php on line 28
-------------------------------------------------------------- */ // The $title is the hyperlink test of a page. This must be different for every page in the trail. // $title = "Home Page"; $path = getenv("SCRIPT_NAME"); $path = "$title"; // If you want to control font face and size from PHP, set the font name and size as per your requirement. $font_name = "verdana"; $font_size = "2"; // Code begins here.... $old_value = $HTTP_COOKIE_VARS["my_trail"]; if (strstr($old_value,$path)) { $new_value = $old_value; setcookie("my_trail",$new_value,time()+14400,"/","",0); } else { if($old_value!=""){ $new_value = "$old_value > $path"; setcookie("my_trail",$new_value,time()+14400,"/","",0); }else{ $new_value = "$path"; setcookie("my_trail",$new_value,time()+14400,"/","",0); } } $trail = "$new_value"; $splitter = explode($path,$trail); // Use the option one from below if you want php to set font properties or the option to to define it your self. Just un-comment the option that you do not need. //$trail = "$splitter[0] $title"; $trail = "$splitter[0] $title"; ?> Peter's Web - Ramblings

This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.

Peter's Web - Ramblings


Warning: Undefined variable $trail in /sdf/www/nz/p/petercon/cyberculture/writings/index.php on line 25


Warning: include(../../includes/text_file_hit_counter.php): Failed to open stream: No such file or directory in /sdf/www/nz/p/petercon/cyberculture/writings/index.php on line 40

Warning: include(): Failed opening '../../includes/text_file_hit_counter.php' for inclusion (include_path='.:/usr/pkg/lib/php82') in /sdf/www/nz/p/petercon/cyberculture/writings/index.php on line 40