Here's the situation,
I created 6 pages,each of which has some text fields.I stored the values entered in these text fields in php sessions.now after the user fills up these text fields,he will be going to a confirmation page,where he will be verifying the details and then the values are submitted.
Now in this confirmation page is there a way where we could display the data entered by the user(this data is retrieved from the session) in something like a label or someother field.I donot want to use a textbox for populating this data.
Any Suggestions will be useful.Thanks in advance.