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" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, 07 June, 2003 09:04
Subject: [PHP-DB] 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

Reply via email to