Hello,
Can we store more than one value in a MYSQL field
For eg
item no - 32,22
can we can echo that in php one by one
Thanks
Hello,
Can we store more than one value in a MYSQL field
For eg
item no - 32,22
can we can echo that in php one by one
Thanks
Yes, but I suspect a bad database design. Post the SQL schema of your tables.