hi there,
I have pages within a site that are displayed as a result of a search - product_view.php?p_id=222 for example. There is a bookmarking script on teh page that draws the current title and url to be added to the favs folder. The title is the same on all of these pages - so if they have 10 things bookmarked you cannot tell which is which.
The browser window title is dynamically created based on the page
$thetitle='Product Page'
but I would like to have the $thetitle=$product_name...
I have tried a few combos but i can't get it to work, any suggestions? Each page includes the header, which includes the connect script, so that can't go after the query which returns the actual $product_name. I assume it has much to do with the order of it all. I'm thinking it's possible though...
thanks for any help...