At 06:59 PM 12/20/01 -0700, Leland wrote:
>I tried generating a <A NAME=lastpos></A> in the orginal list, but I haven't
>been able to create the return link on the other page that will refrence
>this. I tried <A HREF=myscript.php#lastpos?cat=$cat>Link</A> but it doesn't
>work.
Did you try <a href="myscript.php?cat=$cat#lastpos">Link</a> ?
From RFC 2396, "Uniform Resource Identifiers (URI): Generic Syntax":
URI-reference = [ absoluteURI | relativeURI ] [ "#" fragment ]
absoluteURI = scheme ":" ( hier_part | opaque_part )
relativeURI = ( net_path | abs_path | rel_path ) [ "?" query ]
And don't leave out the quotes, either.
- Ken
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]