Date: Sun, 14 Nov 2004 19:47:10 +0100 From: "Michelle Konzack" <linux4michelle@xxxxxxxxxx> To: php-db@xxxxxxxxxxxxx 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