hi All,

I want to ask if is there any possibility to separate column data in different columns using php code.. really dont know if i have solution in php or here in mysql..

any idea would be really appreciate
Thanx
enim

Recommended Answers

All 3 Replies

f is there any possibility to separate column data in different columns using php code..

Would you care to elaborate on that with an example which illustrates what you exactly want ???

thank you for the reply.. i really apprecited it.,

the problem was

column 1
-----------
data1
data2
data3

from mysql query result would look like(in front end)

1stCol | 2ndCol | 3rdCol
--------------------------------
data1 | data2 | data3

that's it.

but i have solved it yesterday through php..
thank you so much for the reply.

enim :)

It will be more helpful if you paste the solution...
thank you.

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.