On Thu, 30 Sep 2004 08:33:45 +0100, PHP Tech <[EMAIL PROTECTED]> wrote:
> Do you mean that I would have a different ID no. for different pages and
> pass that variable to the 'email this page' page which will then send the
> url according to the ID number?  If that's what you mean it sounds like a
> good idea, but unfortunately as this site has lots of dynamic URLs this
> would be impossible to do.

If you have dynamic URL's, I would use the same logic that builds the
page to build the email.  There's something about reading the page via
HTTP from PHP that gives me pause.  Don't let me stop you from getting
the job done quickly, though.  :)


> Maybe I should get the info from the refering page and make sure that the
> beginning of the url is the url of the website.  However will all browsers
> send this info?

I can't think of any reason that a browser wouldn't send the referring
page, I think it's part of the HTTP spec.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to