someoneneedshelps
Technical User
How do I print this out please or how do I call it first column and second column which is the type
Thank you
Code:
$types = array(
'user' => 'int',
'title' => 'text',
'subtitle' => 'text',
'starts' => 'time',
'description' => 'text',
'pict_url' => 'image',
'category' => 'int',
'secondcat' => 'int',
'minimum_bid' => 'float',
'shipping_cost' => 'float',
'shipping_cost_additional' => 'float',
'reserve_price' => 'float',
'buy_now' => 'float',
'auction_type' => 'digitnory',
'duration' => 'int',
'increment' => 'float',
'shipping' => 'yorn',
'payment' => 'pay',
'international' => 'yorn',
'ends' => 'int',
'current_bid' => 'float',
'closed' => 'digityorn',
'photo_uploaded' => 'digityorn',
'quantity' => 'int',
'suspended' => 'int',
'relist' => 'int',
'relisted' => 'int',
'num_bids' => 'int',
'sold' => 'yorn',
'shipping_terms' => 'text',
'bn_only' => 'yorn',
'bold' => 'yorn',
'highlighted' => 'yorn',
'featured' => 'yorn',
'current_fee' => 'float',
'tax' => 'yorn',
'taxinc' => 'yorn',
'asking' => 'float',
'item_condition' => 'text',
'item_manufacturer' => 'text',
'item_model' => 'text',
'item_colour' => 'text',
'item_year' => 'text'
);
Thank you