Quote:
Originally Posted by ^SmileY
yes, i will edit my post one moment.
Edit done
|
Hmm, for some reason it won't set the appropriate server IP. Adding the server column also just shows null, doesn't update the current
Used this but not efficiently updating the column for some reason:
PHP Code:
ALTER TABLE `player_info` ADD `server` VARCHAR(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL AFTER `count`;
__________________