[thelist] PHP and anchors

Joe Crawford artlung at artlung.com
Sat Jan 13 13:29:31 CST 2001


On Sat, 13 Jan 2001, Jason Lustig wrote:
> OK... here's my URL:
> options.php?user=Mr.%20P&page=1
> 
> If I put a "#anchor" in there, it ruins the querystring. It either will ruin
> the $page variable, or it won't take it as an anchor. I'm trying ot make it
> work.

you gotta make it:
options.php?user=Mr.%20P&page=1#anchor

This won't work:
options.php#anchor?user=Mr.%20P&page=1

Calling the page is paramount, the anchor is secondary, so should come
second. That's my own pseudoscientific explanation for myself. :-)

	Joe
--
Joe Crawford <mailto:joe at artlung.com>
 * I am a Web Designer and Developer;
 * Find out about me at : http://www.ArtLung.com
 * A Mailing List for San Diego Web Folks : http://WebSanDiego.org





More information about the thelist mailing list