Re: Possible to store arrays in mySQL withoutexplode()/implode()

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

 



Not that I'm aware of, but why don't you give it a shot.

Edward Dudlik
Becoming Digital
www.becomingdigital.com


----- Original Message ----- 
From: "Jakob Mund" <jakob_m@gmx.de>
To: <php-db@lists.php.net>
Sent: Saturday, 07 June, 2003 09:04
Subject:  Possible to store arrays in mySQL without explode()/implode()


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





-- 
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