Click to See Complete Forum and Search --> : Help


mail2ethi
05-16-2003, 04:33 AM
What is history? How to store history of a user in a web application? It should be stored in a database. Pls help me to code this..:confused: :confused:

AdamGundry
05-16-2003, 04:42 AM
You want to create a history of pages the user has visited on your site, so they can quickly go back to them? You'll need a server-side language and a database. What language are you going to code this in, and what database are you going to use?

Adam