i do this
echo "<pre>".print_r($meta,true);
and it display this. I just only need the value of [name];
thanks
stdClass Object
(
[name] => image
[table] => p17_sections
[def] =>
[max_length] => 6
[not_null] => 1
[primary_key] => 0
[multiple_key] => 0
[unique_key] => 0
[numeric] => 0
[blob] => 0
[type] => string
[unsigned] => 0
[zerofill] => 0
)