18.11.2013, 12:41
Hey How do I go through all the players stats in the database? PHPMyAdmin is what i'm using right now but can someone just tell me how to go through the information and edit it? thanks guys!
UPDATE `Table` SET `column` = value WHERE `Username` = `Username`;
SELECT * FROM `Table` WHERE `Username`;