If I have a normal array like "Array ( [0] => 1 [1] => 3 [2] => 82 )" , and want to store the array in a mysql table and then want to use it. How can I do? // jocke
If I have a normal array like "Array ( [0] => 1 [1] => 3 [2] => 82 )" , and want to store the array in a mysql table and then want to use it. How can I do? // jocke