I want to add some extra values by using foreach loop.
foreach($a as $b) {
echo $b; // this will print 1 to 6
}
Now I want to edit last item with custom text and print like this
1
2
3
4
5
6 this is last.
how can i do this? Please help I am new in PHP.
if (b == 6)for example.