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.comReceived on Friday, 12 December 2008 14:43:17 GMT
This archive was generated by hypermail 2.3.1 : Tuesday, 26 March 2013 21:45:26 GMT