how to protect php order form
Posted: Fri Aug 29, 2014 4:53 pm
hello,
i made my own order form system..
it multiple forms adding/changing/deleting data in multiple databases depending on what the user does to his order.
i made it with very little php knowledge.
i don't see it being targeted to "attacks" because it is a small website but i would like to know if somebody can tell me pretty good ways for someone like me to add protection to my form. like sqlinjections and since its a multiple page form order form if anyone can tell me good ways to make sure the user has been to the right pages before they get to a further one.. for example i don't want them to be able to skip over any pages. i am not sure how that would be even possible but just want to prevent it so there won't be any database errors from accidents.
thank you.
i made my own order form system..
it multiple forms adding/changing/deleting data in multiple databases depending on what the user does to his order.
i made it with very little php knowledge.
i don't see it being targeted to "attacks" because it is a small website but i would like to know if somebody can tell me pretty good ways for someone like me to add protection to my form. like sqlinjections and since its a multiple page form order form if anyone can tell me good ways to make sure the user has been to the right pages before they get to a further one.. for example i don't want them to be able to skip over any pages. i am not sure how that would be even possible but just want to prevent it so there won't be any database errors from accidents.
thank you.