PcsExplorer is a PHP and Javascript script that manage a remote "file selection" popup window.
PcsExplorer can be used by PHP scripts hosted in web servers, in order to enable the selection of a file or a folder located in this web server, from a client web browser.
A cookie-based PHP script that displays a path of hyperlinks to previously visited pages on a website. For example "Vacilando.Org > Writing > PHP Scripts > TrailScout" (see at the author's website above). It is also known as "cookie crumb trail". None of the similar programs I've found around the Web was good enough, so I decided to write my own. The path is stored in a cookie for the duration of one session (= until you close all your browser windows). For each new visited page, the title (fetched automatically from between your tags) and the url (complete with parameters) is stored in that session variable. If user visits a page that s/he has seen before, the trail of links is reduced and that page again becomes the last one in a row. There is a variable that can be used to limit the maximum number of links to be stored (this is useful for large sites where trails tend to be too long).
Do you have a website with a navigation system that follows its directory structure? If so, these functions can be just what you need. combined with my Absolute Include function, you can implement a navigation solution that requires very little maintenance
A typical document is structured heierarchically, with a main body, sections, sub-sections, footnotes, and so on--like a "tree," with a root, some branches, and many leaves. Yet we don't read it that way on the Web; instead, we typically read documents either as one big long page with numbered subsections, or as a collection of separate web pages, each one completely erasing the other when a link is selected.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.