Hence I did a $count++ and echo $count in a while loop. Now How do I delete the last $count echoed so that I will see numbers that increase, instead of a list of numbers representing each time the function was performed?
Code: Select all
While loop;{
$count++;
echo $count;
delete $count?????????????
}
As always, thanks in advance,
Batoe
Many obstacles and obstructions lie in the path, but so does success! The unkown Optimist