I want to display the progress of a job (a cron job) in PHP.
I can do an echo, but the result will look like this:
1%2%3%4%
How do you "backspace" and over-write the percentage with the new value.
I don't know where to begin looking for this. What do you even call this to do a Google search?
Dan
I can do an echo, but the result will look like this:
1%2%3%4%
How do you "backspace" and over-write the percentage with the new value.
I don't know where to begin looking for this. What do you even call this to do a Google search?
Dan
Comment