I am using WAMP server to code a form.
The form contains 6 different pages.
On the WAMP server when I go through the form it works perfectly, all session variables are brought from one page to the next, and so on.
I call session_start() before each and every page and define my $_SESSION[''] variables to my $_POST[''] variables.
From page 1 to page 2, the information is transfered and works fine, however from page 2 to page 3, all information is lost.
This to me looks like the session working incorrectly, however I am sure I did something wrong.
Any ideas?
ytrobe 0 Newbie Poster
paulkd 59 Newbie Poster
ytrobe 0 Newbie Poster
IIM 163 Master Poster
paulkd 59 Newbie Poster
ytrobe 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.