$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 - Guestbook



[ Add Entry ] [ View Guestbook ]
[ New Post First ] [ New Post Last ]


Very Happy Smile Sad Surprised Shocked Confused Cool Laughing Mad Razz
Embarassed Crying Evil or Very Mad Twisted Evil Rolling Eyes Wink Exclamation Question Idea Arrow

Your Name:

Your Email:

Your Message:




DigiOz Guestbook Version 1.6
© 2003 DigiOz Multimedia.