Hello!
How can I insert an array in to mysql, I need one entry for each array object.
It looks a bit like this:
$object[1] = "apple";
$object[2] = "banana";
$object[3] = "peach";
$price[1] = "5";
$price[2] = "15";
$price[3] = "7";
OK, now how do I get it into the db???