> 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]
- [FreeTrade] Inconsistant Database Access -- PLEASE H... Shawn
- Re: [FreeTrade] Inconsistant Database Access -- ... Tommy TradeIT
- Re: [FreeTrade] Inconsistant Database Access ... Shawn
- Re: [FreeTrade] Inconsistant Database Acc... Leif Mortenson
- Re: [FreeTrade] Inconsistant Database... ski
- [FreeTrade] [FreeTrade] John King
- [FreeTrade] Tommy TradeIT
- [FreeTrade] Re: [FreeTra... Shannon -jj Behrens
- Re: [FreeTrade] Inconsistant... Shannon -jj Behrens
- Re: [FreeTrade] Inconsistant Database... Paul Chamberlain
- RE: [FreeTrade] Inconsistant Dat... Leon Atkinson
- RE: [FreeTrade] Inconsistant... T.R. Henigson
- Re: [FreeTrade] Inconsis... Shannon -jj Behrens
- Re: [FreeTrade] Inconsis... Tommy TradeIT
- Re: [FreeTrade] Inconsis... Shannon -jj Behrens
- RE: [FreeTrade] Inconsis... Leon Atkinson
- Re: [FreeTrade] Inconsistant Database... Shannon -jj Behrens
- Re: [FreeTrade] Inconsistant Database Acc... Tommy TradeIT
- RE: [FreeTrade] Inconsistant Database Access -- ... Kathleen Ballard

