NYCPHP Meetup

NYPHP.org

[nycphp-talk] Simple form-based selection and cookie-setting/g etting

Robert Dumas rdumas at cmj.com
Thu Jul 31 13:03:13 EDT 2003


register/login is way morethan i need here; a simple cookie with the stored
preference will do. If they don't choose a preferred player, they don't get
the player. Simple as that.

--RD

-----Original Message-----
From: Sexton, David [mailto:David.SextonJr at ubs.com]
Sent: Thursday, July 31, 2003 12:41 PM
To: 'NYPHP Talk'
Subject: RE: [nycphp-talk] Simple form-based selection and
cookie-setting/g etting


...or require them to register/login, which would be more reliable since you
can store/retrieve the prefs server-side using sessions. Maybe you already
have an existing login process, which would make it that much easier to
implement.


-----Original Message-----
From: Rolan [mailto:rolan at datawhorehouse.com]
Sent: Thursday, July 31, 2003 12:25 PM
To: NYPHP Talk
Subject: Re: [nycphp-talk] Simple form-based selection and
cookie-setting/getting


cookies.
http://www.php.net/manual/en/features.cookies.php

Robert Dumas wrote:

> Hi all:
>
> I'm new to the list and I have a question.
>
> I'm building a streaming media player that opens in a pop-up (a 
> requested one, thank goodness) and I want to do it in PHP. Basically, 
> I want the user to select their preferred media player -- Real (ugh) 
> or WMP (double-ugh) -- and hit a link which saves their media player 
> preference and pops open the player.  Popping open the player is, of 
> course, no problem; but retrieving their preference is kind of sticky. 
> Does anyone know of a good example of a simple way to do this?
>
> Cheers
>
> Robert Dumas
>
>------------------------------------------------------------------------
>
>_______________________________________________
>talk mailing list
>talk at lists.nyphp.org
>http://lists.nyphp.org/mailman/listinfo/talk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20030731/350bc660/attachment.html>


More information about the talk mailing list