Re: CSS Validator

On Thu, Sep 28, 2006 at 08:32:21AM -0700, Billy Jack Rogers wrote:

>      I am curious if there are plans to change the way we link to
>      the CCS Validator. As it stands now we must either link to the
>      validator where the user will be required to enter the url in
>      order to verify validation or we must enter the uri on each
>      page we create. This makes it impossible to use the include
>      function in php.

In addition to the comment you received already about the referer
parameters (which I'd tend to avoid rather than depending on the
client to send correct referer data) there is:

  $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] 

   -- http://php.net/reserved.variables


-- 
David Dorward                                      http://dorward.me.uk

Received on Friday, 29 September 2006 07:04:24 UTC