tigexo Posted June 3, 2008 Posted June 3, 2008 Ok i wanna automate an internet order, i ve no more problems for the code itself but i look for the best way to do it I ve to order systematically several articles that i can retrieve by their id, but i must order different colors For instance articleid = 323, i must order 3 red and 2 blue ; articleid = 425, i must order 5 green and 2 yellows ; articleid = 523 , i must order 3 black and 1 white I know i could put it directly in the code but i wanna be able to change it manually cause the quantity of each may change So for you, is an ini file file the best way to stock that values, if not what system would you use ???
nobbe Posted June 3, 2008 Posted June 3, 2008 ini is ok if oyu only use it in your own program , but for exchange i would use XML
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now