For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > September 2007 > What could be the right approach to get this data









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author What could be the right approach to get this data
Chris Carter

2007-09-25, 7:58 am


Hi,

I have users loging in and posting jobs. Now once the data is posted to the
database, the next time the user logs-in he will be presented with two
pages.

1) Post more jobs
2) Visit this page and delete jobs that you posted.

If he choses to go to the page 2 and delete the jobs. The table that shows
up with his posted jobs actually is derived by capturing the email id he
used to enter while logging in. This email ID is maintained throughout the
session.

The session captures his login email id > checks for his data and shows up.

The question is: Is session the only and/or best way to achieve this
functionality. (Don't want cookies).
Is there some efficient session mechanism available to achieve this?

Thanks,

Chris
--
View this message in context: http://www.nabble.com/What-could-be....html#a12875494
Sent from the Php - Database mailing list archive at Nabble.com.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com