Hi guys,

I know what I need, but not sure how to do it..


a) Store values in a database field like: 12|3|43
b) How to retrieve these values as seperate variables.

Appreciate any help! :'(

Thanks

Which server side language are you using ?
If you are using php, you can create a string like 10|11|12 and insert. While fetching these values from the table, use explode to split the values into different variables. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.