Okay, I have a question..I am making an RPG game site, and there will be MANY weapons. What I play to do is write them into a .txt file and use explode, then find $whatever[0] == 'weapon name', then get the price/damage/etc from there.
My question -
is there a way to send a variable (In this case, the weapon name), to another page?
would something like http://www.whatever.com/rpg/buy?name=Sword
work, where as $name would be equal to sword?
Just dont like all those big clunky form buttons :p