I’m trying to store something like this in MYSQL table with php : 1+2+3+4
ex: $apple=’1+2+3+4′;
But it only insert the first number “1” in the row apple of my table and drop the rest of the chain
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I’m trying to store something like this in MYSQL table with php : 1+2+3+4
ex: $apple=’1+2+3+4′;
But it only insert the first number “1” in the row apple of my table and drop the rest of the chain