Re: How do you deprecate URIs? Re: OWL-DL and linked data

gathering the URI from the visitor of your website , is very easy to do
using PHP Programming.

A Simple Server Retrival Method - $_SERVER will allow you to get the URI and
even store it in a database for statistics.

To get the URI you need to add the following code to your website

<?php

$URI = $_SERVER['REQUEST_URI'];

// Any Database Connection Here

?>

Tom Yates

http://www.codmb.com

Received on Friday, 12 December 2008 14:43:17 UTC