can i store an array in a MySQL field? and if i can how do i do it?
i have an idea how to do it but i dont know if it would work.
if i store the values in a feild as folows:
'blue','red','yellow' ect
then i connect to the database and then carry out the following function
$colours = array($row[colours]);
would that work?




Bookmarks