This code will check for a cookie. If none is found it will verify User ID and Password and then give the user a cookie for next time (or other parts of the site). In addtion
this code will automatically direct the users browser to a page of your choice after authenticating. This code uses MySQL.
I received some e-mail asking what code should be placed on other pages of the website using my Authenticator with Cookies and Redirect. This code should appear before the HTML
Tag on any page you want protected.
This app lets endusers search your site for keywords. You specify which directories should be included in the search. Version 1.1 Fixed a bug where if two words were only
seperated by HTML Tags they were placed into only one string.
This app lets endusers search your site for keywords. You specify which directories should be included in the search. Version 1.2 Added: Reading of HTML Title tags for
generating search results. Checking to see if SiteSearch has been included or required by another script to avoid HTML errors. Filter for files not to include in searches.