Alright, lets say we have an array...
$this = array("one", "two", "three", "four");
ok, now, how do I insert this into a Table DATA, just like one table block, and then how do I retrive it, without having to implode and explode the data?
Any help would be much appreciated.
Thanks.