I have updated and implemented new features from the original buy/sell characters by @Raggaer
New features:
-Sell/Buy at the same page
-Purchase history log
-Option to remove offer
-Magic and Skills at the description
SQL:
Character Market for Gesior
New features:
-Sell/Buy at the same page
-Purchase history log
-Option to remove offer
-Magic and Skills at the description

SQL:
Code:
CREATE TABLE IF NOT EXISTS `sellchar_history` (
`id` int(11) NOT NULL,
`name` varchar(50) NOT NULL,
`seller` int(11) NOT NULL,
`buyer` int(11) NOT NULL,
`price` int(11)...