
hi i am doing the project bus route network. i have fields source, destination and stages. for example take one record the values are source is chennai, destination is kanchipuram. the stages field type is varchar(60). it contains values as s.v.chatram,s.perumbudur,poonamalle in a single record. i want to take the values from the stages field. they are separated by comma. and i have to show the value poonamalle as one value and s.perumbudur as one value in html. how to do this?