What's the differnce between Name_First and FirstName.  I mean what's the
context for their use.

Thanks,
Van

On Sun, 11 Feb 2001, Mike Potter wrote:

> Actually, I think it should be:
>
> $ActionResults[] = "Welcome back, " . $UserInfo["Address"]["Name_First"] . "
> " . $UserInfo["Address"]["Name_Last"] . "!";
>
> Mike
>
> Mike Potter
> Owner, InTheHack.com - CCA Internet Webmaster
> http://www.inthehack.com - http://www.curling.ca
> [EMAIL PROTECTED]
> ICQ: 22322292
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Andrei L. Almeida
> Sent: February 10, 2001 12:50 AM
> To: FreeTrade
> Subject: Re: [FreeTrade] Logging Info
>
> I don't know if anyone realized but on action GENERATE_SID
> there is a mini bug:
> On:
> $ActionResults[] = "Welcome back, " .
> $UserInfo["FirstName"] . " " . $UserInfo["LastName"] . "!";
>
> The correct is:
>  $ActionResults[] = "Welcome back, " .
> $UserInfo["Address"] ["FirstName"] . " " . $UserInfo["Address"] ["LastName"]
> . "!";
>
> is that right?
>
> Andrei.



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

Reply via email to