I have been working on a page to make ticket reservations online.
The "customer" completes a simple form that then posts this information to a second page. This second page does two things:
1. Enters this information into a database
2. Sends a confirmation e-mail to the "customer" and to myself
It appeared to be losing some of the posted data when I was carrying out tests on it.
Initially I thought that it might be the e-mailer code that was causing this problem, upon removing it the problem persisted.
I then decided to remove database code incase the problem was related to that code however this has still not resolved the problem.
As such the second page has now become a simple page to display what data has been posted.
You can view the page at
www.camjazz.co.uk/reserve2.asp?ID=7 and the page it posts to
www.camjazz.co.uk/rev.asp
It only appears to lose the show price, I have been led to believe by other sources that I may be trying to post too much data via the form.
Please can anyone help me to resolve this error.