Skip to content

Commit b6c8188

Browse files
author
Niamul
committed
Readme file updated
1 parent a0eaba9 commit b6c8188

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
# php-progress-bar-with-percentage
1+
# PHP Progress Bar With Percentage
22

33
A very simple way to show progress bar with percentage for long running php scripts. You can use this as PHP csv import progress bar or any other server side php progress bar. I've used only PHP and JavaScript (Ajax and SSE)
4+
5+
**To Test it:**
6+
7+
- You need a PHP based web server to test this script.
8+
- First clone this repository into your local/remote server: `git clone https://github.com/jahid75/php-progress-bar-with-percentage.git php-progress`
9+
- Now run it in your browser. Example: `http://localhost/php-progress`

0 commit comments

Comments
 (0)