> I want my visitors to access a selected product directly from the mini basket in the
> left frame, by making "sku_name" the link. This is important because sku_name is the
> only field showing on the screen. Rather than re-invent the wheel, does some nice
> person already have a routine they can supply me. I know it's only one line of code,
> but  being new to PHP I'm a bit stuck on this one for the time being.
> 
> Regards,

Try:

print("<a href=\"" . ScreenURL("item", FALSE, 
    array("item"=>$itemNumber) . "\">" . 
    htmlentities($itemName) . "</a>\n");

You'll have to set up $itemNumber and $itemName to be whatever variables
are appropriate for the code.  

Cheers,
-jj

-- 
if (shannon - jj) * behrens == webEngineer["CLEAR INK�"]:
    print "<i>imagination is the only real medium(sm)</i><br>"


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to