"Anthony Ritter" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I am trying to access a page published on a server - and then using an
> anchor - to jump to a specific paragraph on that page.
>
> For instance, if using asp, I could write:
> www.thesite.com/thepage.asp?go=here
>
> where "here" -the value - in the string query would be marked up as:
> ...............................
> // thepage.asp
>
> <a name="here">
> blah,blah,blah, etc...
> </a>
> .......................
>
> Can this be done using php?
Why not use :
www.thesite.com/thepage.asp#here

?

--
Ivo Fokkema
PHP & MySQL programmer
Leiden University Medical Centre
Netherlands



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

Reply via email to