Here are the comments you mentioned.

"
/*
 ** Function: ScreenURL
 ** Input: $screen, [$secure], [$extra]
 ** Output: Function that adds session id and screen to URL.  If $secure is
 **   TRUE, then the URL returned will force SSL mode. Returns something
 **   like:
 **   "http://jjinux/practice/index.php3?sid=kajsdfsdflokjsf&SCREEN=Home"
 **
 ** The extra argument should be an associative array of form variables.
 */
"

So I will assume that the correct syntax is:
Secure   =  print("<A HREF=\"" . $screen, [SecureURL("order_info")] .
"\">");

Shawn




----- Original Message -----
From: "Shannon -jj Behrens" <[EMAIL PROTECTED]>
To: "FreeTrade" <[EMAIL PROTECTED]>
Sent: Wednesday, August 02, 2000 6:48 PM
Subject: Re: [FreeTrade] Activate SSL


> > OK, got that as well, what is the correct syntax to use to call a screen
as
> > secure?
> >
> > Non-secure = print("<A HREF=\"" . ScreenURL("order_info") . "\">");
> > Secure        = print("<A HREF=\"" . SecureURL("order_info") . "\">");
> >
> > Is this correct?
> Shawn, use the source!!! :P
>
> Leon and I both spend a lot of time commenting our code, so take
> advantage of it.
>
> -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]



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

Reply via email to