Search found 2 matches

by diane1
Fri Nov 25, 2005 5:45 am
Forum: PHP - Code
Topic: Session problem
Replies: 3
Views: 184

Turns out I was not checking if my variables were set correctly. Thank you both for your comments. I got me rethinking my logic.
by diane1
Thu Nov 24, 2005 10:43 am
Forum: PHP - Code
Topic: Session problem
Replies: 3
Views: 184

Session problem

I have three forms. Some of the info is the same on each form. The use can submit from one page the click a link to go to another page. I have the session variables working so that the info from Page 1 shows in page 2, etc. I want user to be able to make changes from any form. Problem is; Everything...