I haven't been on this form long, this is my first time needing help on anything like this. So, lets see how it goes ok 😃
Anyway, i want to build a game. I have a flat-file database of 628 rows that contain amoung other things, numbers: Att|Def. I want to randomely chose two rows and subtract the Att of one from the Att of the other, that should not be hard - but here comes the stumper for me; how do I skip over the not needed info to extract the numbers I want? & How do I take the resulting number and subtract it from a Life Points var.?
I just started this project to learn more about php, all I have done so far is build the database which has more info then just the Att|Def in each row, it is seperated by | characters. I am also doing this project in flash so any ideas that can transfer to both would be great. I know I have a lot to learn so some good sites to learn from would also be great.
Thanks for your time & hope to learn from you soon!!