I have a 2 page registration script that works fine but doesn’t work when I use them dynamically.
The url for the first form looks like this
http://localhost/mysite/index.php?p=signup
When they hit submit they need to be taken to the second form url which looks like this.
http://localhost/mysite/index.php?p=continue_reg
All of the dynamic page changing code is already done. All the programmer needs to do is slightly modify it. Once done the users should be successfully registered …
