I would like to display a progress bar in between my code statements. Is this possible with PHP and if so, can someone lend a hand?
Example:
Checking for pending requests:
<progress bar>
- display if any found
Checking for overdue requests:
<progress bar>
- display if any found
Example:
Checking for pending requests:
<progress bar>
- display if any found
Checking for overdue requests:
<progress bar>
- display if any found