i have a long list of numbers like this
36346346
436346
444444
44
666666666666865
4564
.
.
.
and at the beginning and end of each entry i want to append some characters so it looks like this:
-36346346+
-436346+
-444444+
-44+
how do to this with php? thanks