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?

Thank you.
Tony Ritter



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

Reply via email to