How to create a combination from the drop down box in php?

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
chella
Forum Newbie
Posts: 1
Joined: Wed Nov 18, 2009 1:26 am

How to create a combination from the drop down box in php?

Post by chella »

the combination is such that it should be incremented...
ex 01 100 258 for the first time the user clicks..
for the same combination next time it should be
01 101 258
Post Reply