is it possible to store an array in mySQL without using implode() /
explode(), like this:

$stuff['blob'] = "string";
$stuff['hm'] = "G-string";

mysql_query("INSERT INTO table VALUES ($stuff)");

and if, who must the mysql table be defined ?

thx
Jakob 'iNstinct' Mund



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to