Tagged Questions

-2
votes
5answers
881 views

php implode explode can do it?

eg: existing data retrieve from db field: a,b,c,d,e so now $data= "a,b,c,d,e"; eg: new data to be added--- cc, gg final value saved into db will be $finaldatatobeupdatedintodb= "a,b,c,d,e,cc,gg"; ...