higgipop Posted September 26, 2013 Share Posted September 26, 2013 Hi Guys I need your urgent help please I take bookings online and every now and again the details of the booking get corrupted and elements come through incorrect ie dates and times etc, however other elements in the booking are always correct. There is no consistancy as to when a booking will come in with wrong information, I could go days getting bookings without any problems but then wham! one comes through with wrong info. Im just wondering if its a database connection error or something in the code The code is written in PHP 5.2.3 the server which its hosted on has PHP 5.3.3 Any thoughts or advice would be appreciated Cheers Quote Link to comment Share on other sites More sharing options...
mac_gyver Posted September 26, 2013 Share Posted September 26, 2013 (edited) best guess is your code is expecting a user to free-form enter values in a specific format and they aren't and your code isn't validating the entered values before using them. your post contains little actual information upon which to help you, such as exactly how the values are being input, what exactly is wrong with them (saying something is corrupted could mean any of about a dozen different thing in programming, each having a different cause), what your relevant form and form processing code is, and at exactly what point and by what method are you observing the incorrect values. <----- edit: lol, 1000 posts. Edited September 26, 2013 by mac_gyver Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.