Hey,
I'm basically looking for a way to store several thing in on cell and seperate each statment by a ; or a ,. So basically the cell would like this once it's pulled of of the mysql database.
data 1, data2, data 3, data 4 dfadsfsdf 6!
Now.. What i'm looking to do is have each string pulled from the able to become it's own value. something like this
$1=data1;
$2=data2;
$3=data3;
adding the information is (i think easy). It's pulling it out of the table and seperating each value is where i'm having an issue.
any ideas?