[PHP-DB] Re: passing both an anchor and a variable

2004-11-14 Thread Michelle Konzack
Hello Perry, 

Am 2004-11-12 09:57:30, schrieb Perry, Matthew (Fire Marshal's Office):
 How do you append both an anchor and a variable to a URL with PHP?

I do not understand what you mean but something like:

A href=http://www.myserver.tld/?php echo $THE_RIGHT_URL ?/URL/A

?

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[PHP-DB] Re: passing both an anchor and a variable

2004-11-14 Thread JeRRy
Date: Sun, 14 Nov 2004 19:47:10 +0100 
From: Michelle Konzack [EMAIL PROTECTED] 
To: [EMAIL PROTECTED] 
Subject: Re: passing both an anchor and a variable 

Hello Perry, 

 How do you append both an anchor and a variable to a
URL with PHP?

Try something like this:

http://au.php.net/manual/en/ref.url.php

or:

http://au2.php.net/manual/en/function.parse-url.php

Or read this:

hw_api-insertanchor
(no version information, might be only in CVS)

hw_api-insertanchor -- Inserts a new object of type
anchor
Description
object insertanchor ( array parameter)

This function is a shortcut for hwapi_insert(). It
inserts an object of type anchor and sets some of the
attributes required for an anchor. The parameter array
contains the required elements 'object' and
'documentIdentifier' and the optional elements
'destinationIdentifier', 'parameter', 'hint' and
'attributeSelector'. The 'documentIdentifier'
specifies the document where the anchor shall be
inserted. The target of the anchor is set in
'destinationIdentifier' if it already exists. If the
target does not exists the element 'hint' has to be
set to the name of object which is supposed to be
inserted later. Once it is inserted the anchor target
is resolved automatically. 

See also hwapi_insertdocument(),
hwapi_insertcollection(), hwapi_insert(). 




I hope this helps. :)

J

Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com

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