two of my customers can log in to my order form, but when they fill it out and submit it, the data does not go into the database. it appears to, as the confirmation page comes up, but there is no new record there. two other people in their office who also order from me do not have this problem, same IP as far as I can tell.
I have a set up where all users are entered into a table and are given a coded rating ( for example admins are 001, employees are 002, and customers are 003) so the software knows what access level they should have.
both of these users have the same rating as others, they can successfully log in, but when they fill out the php form that dumps the data into a mysql database, it does not get entered.
I have 30 other users who are not experiencing this problem. I tried logging in under their username, and I could not place an order. I was able to place an order by one of their co workers, and we are getting orders from all other customers with no problems.
I am kind of new to php programming, so I am really stumped on this one. Any idea on how to approach solving this or what may possibly be causing it? There is no diference between these two users and any others set up wise, and since I was unable to add an order logging in as them, it can't be their computer.
Thanks for any help. I intend to deal with this more extensively this weekend during business downtime, but I'm not even sure where to start. I was thinking of placing an error reporting code in the order form to see what gets generated upon submission, but beyond that, I just don't know.