well

Use cookies or pass the member name to the posting script

I mean there aren't 20 ways to pass variables to a script..

Either the username is sent to the script by a cookie, or in the hidden
field of a form, but then you'd have to always make your link as forms,
which is way longer to code than simple html links.

I don't know of any other way, the client needs to send some info to
tell your script "it's me"... and there aren't 20 ways to do so.

You can send sessionID and store the associated username in a database
or textfile on the server, but then you get to the same issue about
sending the sessionID at each script request.

Etienne

Leon wrote:
> 
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> 
> Thanks for your help John !
> 
> What I actually want is something like those message boards such as
> http://www.ikonboard.com/newindex.iB or www.delphiforums.com whereby after
> successfully logging in, we could view messages and if one decides to post
> message, our message posted will automatically display our 'membernames' .
> 
> One of the members, Greg, says "Use cookies or pass the member name to the
> posting script". I shall look into that. Thanks Greg.
> 
> So, apart from Greg's suggestions, I'd love to hear if there are any other
> alternatives.
> 
> Thanks
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Etienne Marcotte
Specifications Management - Quality Control
Imperial Tobacco Ltd. - Montreal (Qc) Canada
514.932.6161 x.4001

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to