- From: Tom Yates <webdevuk@googlemail.com>
- Date: Thu, 11 Dec 2008 21:53:01 +0000
- To: semantic-web@w3.org
Received on Friday, 12 December 2008 14:43:17 UTC
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