Am Montag, 30. April 2007 07:47 schrieb Christian Haensel: > but now I have the problem with the field names and all... can someone > point me into the right direction? <http://www.php.net/manual/de/ref.mysql.php> php-db at lists.php.net If you need to use an assoc array, use the following SQL Syntax: INSERT INTO new_table SET key0=value0, key2=value2, ..., Regards, Oliver -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php