Re: [PHP] Storing user entered data in the session

2010-02-16 Thread Ashley Sheridan
On Tue, 2010-02-16 at 09:07 -0500, Mike Alaimo wrote: > Can anyone guide me here? I have the desire to store user entered > data into the session. I am regexing it to be only a-zA-z0-9 and a > space. The data is stored in an object and then serialized before > storing it into the session. Does

Re: [PHP] Storing user entered data in the session

2010-02-16 Thread Ashley Sheridan
On Tue, 2010-02-16 at 09:36 -0500, Mike Alaimo wrote: > The data is displayed on the screen, and the user can change it as many > times as they want. > What do you think now Ash? > > > Mike > > On Tue, Feb 16, 2010 at 9:29 AM, Ashley Sheridan > wrote: > > > On Tue, 2010-02-16 at 09:07 -0500,

Re: [PHP] Storing user entered data in the session

2010-02-16 Thread Mike Alaimo
The data is displayed on the screen, and the user can change it as many times as they want. What do you think now Ash? Mike On Tue, Feb 16, 2010 at 9:29 AM, Ashley Sheridan wrote: > On Tue, 2010-02-16 at 09:07 -0500, Mike Alaimo wrote: > > Can anyone guide me here? I have the desire to store