RE: [PHP] named anchors and query strings

2001-10-03 Thread Ralph Guzman

Never had to do this, however I would think the correct way to be:

a href=page.php#bottom?location=01

try it.
-Original Message-
From: Scott Mebberson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 4:53 PM
To: [EMAIL PROTECTED]
Subject: [PHP] named anchors and query strings

Hi Guys,

How do you reference both a named anchor and a query string in a link? i.e.
a href=page.php?location=01#bottomlink text/a I am not sure if this is
even possible?

thanks

Scott



--
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]


-- 
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]




RE: [PHP] named anchors and query strings

2001-10-03 Thread Philip Olson

Here's an example :

  http://www.php.net/manual/en/configuration.php?foo=bar#ini.include-path

It works.

Regards,
Philip Olson



On Tue, 2 Oct 2001, Ralph Guzman wrote:

 Never had to do this, however I would think the correct way to be:
 
 a href=page.php#bottom?location=01
 
 try it.
 -Original Message-
 From: Scott Mebberson [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, October 02, 2001 4:53 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP] named anchors and query strings
 
 Hi Guys,
 
 How do you reference both a named anchor and a query string in a link? i.e.
 a href=page.php?location=01#bottomlink text/a I am not sure if this is
 even possible?
 
 thanks
 
 Scott
 
 
 
 --
 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]
 
 
 -- 
 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]
 


-- 
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]




[PHP] named anchors and query strings

2001-10-02 Thread Scott Mebberson

Hi Guys,

How do you reference both a named anchor and a query string in a link? i.e.
a href=page.php?location=01#bottomlink text/a I am not sure if this is
even possible?

thanks

Scott



-- 
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]