hi geniuses 🙂 i need help again...how do you store an array into a database? For example...i have an array like:
array[0] = me
array[1] = you
array[2] = them
array[3] = her
..and so on
what i want to kno is how can i store it so that each array index gets a row in the database, so row 1 = me, row 2= you, row 3 = them...and it also checks if it exists in the database already so it doesn't do it twice. Thanks