Hi All
I have a session variable:
[FONT=century gothic]session_register("S_SEARCH_PROFILES");[/FONT]
I have two PHP pages:
- Registration Form
- A pop-up form which enables the registrant to create a profile of themselves.
Upon submitting the pop-up form I record the 5 fields into a session variable which is actually an array. I then submit the parent form (registration form) and close the pop-up form.
I then when resubmitting the registration form, read from the session variable to show the created profile.
Hope the above made sense :-)
My problem is that upon checking the session file with an editor the values are being recorded to the session array, but I loose what was originally in the session array.
I count the array and know what it contains. I then increment the count to use as the position for the next item in the array. I then write to the array. This works but it looses the previous values in the array.
CAN ANYONE HELP ME PLEASE?
Thanx
BB