Categories

Updated: 11/01/2005

Prohibit access to certain page

This simple tutorial is intented to learn you how it is possible to prohibit access to certain page. A technique is to check the referrer of the visitor : if he come from a page of your web site let him in, else display a default message ...
Similar Scripts for "Prohibit access to certain page"

Simple File Parsing (Weather example)

This tutorial explains how to parse a given text file and display specific content using PHP. The presented example shows how to parse a weather information for your desired city. It also includes a shell script for downloading the weather data text ...

Turning numbers into graphs with ASP

This tutorial presents a couple of ways to display your data in a graphical way by using charts without using server components. The first approach is using images with ASP to display bar graphs. The second approach is a Java applet that can display ...

Searching External or Internal Webpages

This tutorial explains how to conduct keyword searches on a given Webpage. It basically shows how to count and display the number of times a specific keyword appears on the Webpage.

So you want to use a database in your site?

In this two-page online tutorial you will learn how to create a database-driven site that can display content on request. It covers topics on a simple SQL query interface and more complex example of parsing and querying.

Logging With PHP3

This one page tutorial show you how to use PHP to display your site traffic statistics on the fly at any time. Along with its supplied PHP script, you will learn how to get access to your statistics that are continually updated, and that simultaneous...
©2003-2008 jCay.com