hello friends.... in my database table i have a filed called "terms" in which i have stored values as 1,2,3,4. i want to retrive this value and display the names coreesponding to each value.
Ie. if 1 represents- ab and 2 represents- bc and 3 represents -cc i want to display it as
ab
bc
cc
i am told it can be done using explode. i am new to php , so can anyone please tell how to do this work
Thanks
Ie. if 1 represents- ab and 2 represents- bc and 3 represents -cc i want to display it as
ab
bc
cc
i am told it can be done using explode. i am new to php , so can anyone please tell how to do this work
Thanks
Comment