Possible to store arrays in mySQL without explode()/implode()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux