Storing and Returning variables when user logins again
Hi I have the following situation. In my webbie, each registered user who logs in can generate a report by selecting 6 query conditions in a form( from 6 dropdowns lists queried from mysql table). He can also choose to save the conditions as a reportname so that the next time he logs in, he can view the report by clicking on the saved link, without selecting the conditions again. May I know how should i go about doing this in storing and retrieving the saved reports when the user logins again? thanks -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm
store the data *somehow* persistent. either use the zodb (-> Zope Developers Guide) or filesystem or Python DBM interface or something similar. -aj --On Sonntag, 21. Dezember 2003 4:24 Uhr -0500 cheng saimun <saimun@email.com> wrote:
Hi I have the following situation. In my webbie, each registered user who logs in can generate a report by selecting 6 query conditions in a form( from 6 dropdowns lists queried from mysql table). He can also choose to save the conditions as a reportname so that the next time he logs in, he can view the report by clicking on the saved link, without selecting the conditions again.
May I know how should i go about doing this in storing and retrieving the saved reports when the user logins again? thanks
participants (2)
-
Andreas Jung -
cheng saimun