hey there,
Been a while since I posted on the forums...I have been working on a project for school...
and so far it's coming along nicely, but, I have run into a problem...
I'd like to create a drop down list with php and send the data selected from the drop-down to a database in which i've made...That's just one problem
Second problem...
Where would I start with creating an item database...I'll start off small a list of 50 items available to "buy" from a "market"
Third Problem...
I'd like to make a combat/stat system but once again no idea where to start...
This is a text-based game turn based (still to implement turn base) and you can view what I have done at
unitedsticks.bugs3.com
|
Ambitious contributor
|
|
| 3Mar2012,12:39 | #2 |
|
Create a while loop and place the values needed. Ok so lets say you have a database with the fields
item_id, item_name you'd need to fetch an array of the dataset and display it PHP Code:
|
