Prevent Submit More Than Once

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mldboymail
Forum Newbie
Posts: 1
Joined: Sat Jan 18, 2014 12:36 am

Prevent Submit More Than Once

Post by mldboymail »

i have a bookshop cart table where every td have a title, price ,quantity and a addtocart submit button.now i am a beginner in php i want to disable the submit button after first click...
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Prevent Submit More Than Once

Post by Celauran »

What if I want to add two copies of the same book to my cart?
Post Reply