Skip to content

Commit 4fc0044

Browse files
docs: sync README and files-manifest for PHP portfolio
1 parent d4b86ab commit 4fc0044

2 files changed

Lines changed: 13 additions & 25 deletions

File tree

README.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ Check out the interactive web version of this repository:
1616
Below is an automatically updated list of all PHP programs available in this repository.
1717

1818
<!-- FILES_START -->
19+
- [📄 Mini-Projects/01-Order-Processing/download-images.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Mini-Projects/01-Order-Processing/download-images.php)
20+
- [📄 Mini-Projects/01-Order-Processing/download-svgs.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Mini-Projects/01-Order-Processing/download-svgs.php)
21+
- [📄 Mini-Projects/01-Order-Processing/fix-order-images.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Mini-Projects/01-Order-Processing/fix-order-images.php)
22+
- [📄 Mini-Projects/01-Order-Processing/generate-svgs.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Mini-Projects/01-Order-Processing/generate-svgs.php)
23+
- [📄 Mini-Projects/01-Order-Processing/home.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Mini-Projects/01-Order-Processing/home.php)
24+
- [📄 Mini-Projects/01-Order-Processing/migrate-orders.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Mini-Projects/01-Order-Processing/migrate-orders.php)
25+
- [📄 Mini-Projects/01-Order-Processing/orders-helper.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Mini-Projects/01-Order-Processing/orders-helper.php)
26+
- [📄 Mini-Projects/01-Order-Processing/orders-view.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Mini-Projects/01-Order-Processing/orders-view.php)
27+
- [📄 Mini-Projects/01-Order-Processing/products-data.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Mini-Projects/01-Order-Processing/products-data.php)
28+
- [📄 Mini-Projects/01-Order-Processing/shop-checkout.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Mini-Projects/01-Order-Processing/shop-checkout.php)
29+
- [📄 Mini-Projects/01-Order-Processing/test-fix.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Mini-Projects/01-Order-Processing/test-fix.php)
30+
- [📄 Mini-Projects/01-Order-Processing/update-images.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Mini-Projects/01-Order-Processing/update-images.php)
1931
- [📄 Unit-01-Introduction-to-PHP/03-hello-world.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-01-Introduction-to-PHP/03-hello-world.php)
2032
- [📄 Unit-01-Introduction-to-PHP/04-constants-greeting.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-01-Introduction-to-PHP/04-constants-greeting.php)
2133
- [📄 Unit-01-Introduction-to-PHP/04-constants-pi-and-circle.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-01-Introduction-to-PHP/04-constants-pi-and-circle.php)
@@ -71,34 +83,10 @@ Below is an automatically updated list of all PHP programs available in this rep
7183
- [📄 Unit-03-Strings-Dates-Forms-File-Handling/22-http-post-with-request-method-check.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-03-Strings-Dates-Forms-File-Handling/22-http-post-with-request-method-check.php)
7284
- [📄 Unit-03-Strings-Dates-Forms-File-Handling/22-include-target-hello-world.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-03-Strings-Dates-Forms-File-Handling/22-include-target-hello-world.php)
7385
- [📄 Unit-03-Strings-Dates-Forms-File-Handling/24-form-enquiry-json-file-storage.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-03-Strings-Dates-Forms-File-Handling/24-form-enquiry-json-file-storage.php)
74-
- [📄 Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-download-images.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-download-images.php)
75-
- [📄 Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-download-svgs.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-download-svgs.php)
76-
- [📄 Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-fix-order-images.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-fix-order-images.php)
77-
- [📄 Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-generate-svgs.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-generate-svgs.php)
78-
- [📄 Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-migrate-orders.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-migrate-orders.php)
79-
- [📄 Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-test-fix.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-test-fix.php)
80-
- [📄 Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-update-images.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-update-images.php)
81-
- [📄 Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-home.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-home.php)
82-
- [📄 Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-orders-helper.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-orders-helper.php)
83-
- [📄 Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-orders-view.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-orders-view.php)
84-
- [📄 Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-products-data.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-products-data.php)
85-
- [📄 Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-shop-checkout.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-shop-checkout.php)
8686
- [📄 Unit-04-Cookies-and-Sessions/28-cookies-vs-sessions-demo.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-04-Cookies-and-Sessions/28-cookies-vs-sessions-demo.php)
8787
- [📄 Unit-04-Cookies-and-Sessions/29-cookie-theme-color-preference.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-04-Cookies-and-Sessions/29-cookie-theme-color-preference.php)
8888
- [📄 Unit-04-Cookies-and-Sessions/35-session-chatbox-messages.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-04-Cookies-and-Sessions/35-session-chatbox-messages.php)
8989
- [📄 Unit-04-Cookies-and-Sessions/35-session-income-tax-calculator.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-04-Cookies-and-Sessions/35-session-income-tax-calculator.php)
90-
- [📄 mini-project/Assignment.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/mini-project/Assignment.php)
91-
- [📄 mini-project/Assignment2.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/mini-project/Assignment2.php)
92-
- [📄 mini-project/download_images.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/mini-project/download_images.php)
93-
- [📄 mini-project/download_svgs.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/mini-project/download_svgs.php)
94-
- [📄 mini-project/fix_order_images.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/mini-project/fix_order_images.php)
95-
- [📄 mini-project/generate_svgs.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/mini-project/generate_svgs.php)
96-
- [📄 mini-project/migrate_orders.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/mini-project/migrate_orders.php)
97-
- [📄 mini-project/orders-helper.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/mini-project/orders-helper.php)
98-
- [📄 mini-project/orders.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/mini-project/orders.php)
99-
- [📄 mini-project/products-data.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/mini-project/products-data.php)
100-
- [📄 mini-project/test_fix.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/mini-project/test_fix.php)
101-
- [📄 mini-project/update_images.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/mini-project/update_images.php)
10290
<!-- FILES_END -->
10391

10492
---

files-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":1,"files":["Unit-01-Introduction-to-PHP/03-hello-world.php","Unit-01-Introduction-to-PHP/04-constants-greeting.php","Unit-01-Introduction-to-PHP/04-constants-pi-and-circle.php","Unit-01-Introduction-to-PHP/04-data-types.php","Unit-01-Introduction-to-PHP/05-operators-arithmetic-addition.php","Unit-01-Introduction-to-PHP/05-operators-bitwise.php","Unit-01-Introduction-to-PHP/05-operators-increment-decrement.php","Unit-01-Introduction-to-PHP/05-operators-logical-truth-table-generator.php","Unit-01-Introduction-to-PHP/05-operators-logical-truth-tables.php","Unit-01-Introduction-to-PHP/05-operators-overview.php","Unit-01-Introduction-to-PHP/05-operators-spaceship.php","Unit-01-Introduction-to-PHP/05-operators-string-concatenation.php","Unit-01-Introduction-to-PHP/06-conditional-if-else.php","Unit-01-Introduction-to-PHP/06-conditional-if-elseif.php","Unit-01-Introduction-to-PHP/06-conditional-simple-if.php","Unit-01-Introduction-to-PHP/07-loops-even-or-odd.php","Unit-01-Introduction-to-PHP/07-loops-factorial.php","Unit-01-Introduction-to-PHP/07-loops-fibonacci.php","Unit-01-Introduction-to-PHP/07-loops-for-multiplication-table.php","Unit-01-Introduction-to-PHP/07-loops-nested-chessboard.php","Unit-01-Introduction-to-PHP/07-loops-number-divisors.php","Unit-01-Introduction-to-PHP/07-loops-prime-check.php","Unit-01-Introduction-to-PHP/08-switch-statement.php","Unit-01-Introduction-to-PHP/09-array-comparison-operators.php","Unit-01-Introduction-to-PHP/09-scenario-age.php","Unit-01-Introduction-to-PHP/09-scenario-leap-year.php","Unit-01-Introduction-to-PHP/09-scenario-rectangle-area.php","Unit-01-Introduction-to-PHP/09-scenario-student-result-table.php","Unit-01-Introduction-to-PHP/09-switch-income-tax-scaffold.php","Unit-02-Functions-and-Arrays/10-functions-introduction.php","Unit-02-Functions-and-Arrays/11-functions-parameters.php","Unit-02-Functions-and-Arrays/12-functions-pass-by-reference.php","Unit-02-Functions-and-Arrays/13-variable-scope-local-global.php","Unit-02-Functions-and-Arrays/14-arrays-introduction.php","Unit-02-Functions-and-Arrays/15-arrays-associative-mutation.php","Unit-02-Functions-and-Arrays/15-arrays-associative.php","Unit-02-Functions-and-Arrays/15-arrays-numeric-indexed.php","Unit-02-Functions-and-Arrays/16-arrays-multidimensional.php","Unit-02-Functions-and-Arrays/16-arrays-prabhdeep-mega-mart-table.php","Unit-02-Functions-and-Arrays/16-arrays-shopping-cart-discount-form.php","Unit-03-Strings-Dates-Forms-File-Handling/19-strings-basics.php","Unit-03-Strings-Dates-Forms-File-Handling/20-string-case-conversion.php","Unit-03-Strings-Dates-Forms-File-Handling/20-string-concatenation.php","Unit-03-Strings-Dates-Forms-File-Handling/20-string-position-characters.php","Unit-03-Strings-Dates-Forms-File-Handling/20-string-substr.php","Unit-03-Strings-Dates-Forms-File-Handling/20-string-ucfirst.php","Unit-03-Strings-Dates-Forms-File-Handling/21-datetime-age-interval-ces1-theory.php","Unit-03-Strings-Dates-Forms-File-Handling/21-datetime-longitude-timezone.php","Unit-03-Strings-Dates-Forms-File-Handling/21-datetime-solar-time.php","Unit-03-Strings-Dates-Forms-File-Handling/22-form-feedback-validation-display.php","Unit-03-Strings-Dates-Forms-File-Handling/22-form-html-required-and-php-include.php","Unit-03-Strings-Dates-Forms-File-Handling/22-http-get-and-post-methods.php","Unit-03-Strings-Dates-Forms-File-Handling/22-http-post-with-request-method-check.php","Unit-03-Strings-Dates-Forms-File-Handling/22-include-target-hello-world.php","Unit-03-Strings-Dates-Forms-File-Handling/24-form-enquiry-json-file-storage.php","Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-download-images.php","Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-download-svgs.php","Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-fix-order-images.php","Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-generate-svgs.php","Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-migrate-orders.php","Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-test-fix.php","Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-dev-update-images.php","Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-home.php","Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-orders-helper.php","Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-orders-view.php","Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-products-data.php","Unit-03-Strings-Dates-Forms-File-Handling/MiniProject-01-Order-Processing/MP01-shop-checkout.php","Unit-04-Cookies-and-Sessions/28-cookies-vs-sessions-demo.php","Unit-04-Cookies-and-Sessions/29-cookie-theme-color-preference.php","Unit-04-Cookies-and-Sessions/35-session-chatbox-messages.php","Unit-04-Cookies-and-Sessions/35-session-income-tax-calculator.php","mini-project/Assignment.php","mini-project/Assignment2.php","mini-project/download_images.php","mini-project/download_svgs.php","mini-project/fix_order_images.php","mini-project/generate_svgs.php","mini-project/migrate_orders.php","mini-project/orders-helper.php","mini-project/orders.php","mini-project/products-data.php","mini-project/test_fix.php","mini-project/update_images.php"]}
1+
{"version":1,"files":["Mini-Projects/01-Order-Processing/download-images.php","Mini-Projects/01-Order-Processing/download-svgs.php","Mini-Projects/01-Order-Processing/fix-order-images.php","Mini-Projects/01-Order-Processing/generate-svgs.php","Mini-Projects/01-Order-Processing/home.php","Mini-Projects/01-Order-Processing/migrate-orders.php","Mini-Projects/01-Order-Processing/orders-helper.php","Mini-Projects/01-Order-Processing/orders-view.php","Mini-Projects/01-Order-Processing/products-data.php","Mini-Projects/01-Order-Processing/shop-checkout.php","Mini-Projects/01-Order-Processing/test-fix.php","Mini-Projects/01-Order-Processing/update-images.php","Unit-01-Introduction-to-PHP/03-hello-world.php","Unit-01-Introduction-to-PHP/04-constants-greeting.php","Unit-01-Introduction-to-PHP/04-constants-pi-and-circle.php","Unit-01-Introduction-to-PHP/04-data-types.php","Unit-01-Introduction-to-PHP/05-operators-arithmetic-addition.php","Unit-01-Introduction-to-PHP/05-operators-bitwise.php","Unit-01-Introduction-to-PHP/05-operators-increment-decrement.php","Unit-01-Introduction-to-PHP/05-operators-logical-truth-table-generator.php","Unit-01-Introduction-to-PHP/05-operators-logical-truth-tables.php","Unit-01-Introduction-to-PHP/05-operators-overview.php","Unit-01-Introduction-to-PHP/05-operators-spaceship.php","Unit-01-Introduction-to-PHP/05-operators-string-concatenation.php","Unit-01-Introduction-to-PHP/06-conditional-if-else.php","Unit-01-Introduction-to-PHP/06-conditional-if-elseif.php","Unit-01-Introduction-to-PHP/06-conditional-simple-if.php","Unit-01-Introduction-to-PHP/07-loops-even-or-odd.php","Unit-01-Introduction-to-PHP/07-loops-factorial.php","Unit-01-Introduction-to-PHP/07-loops-fibonacci.php","Unit-01-Introduction-to-PHP/07-loops-for-multiplication-table.php","Unit-01-Introduction-to-PHP/07-loops-nested-chessboard.php","Unit-01-Introduction-to-PHP/07-loops-number-divisors.php","Unit-01-Introduction-to-PHP/07-loops-prime-check.php","Unit-01-Introduction-to-PHP/08-switch-statement.php","Unit-01-Introduction-to-PHP/09-array-comparison-operators.php","Unit-01-Introduction-to-PHP/09-scenario-age.php","Unit-01-Introduction-to-PHP/09-scenario-leap-year.php","Unit-01-Introduction-to-PHP/09-scenario-rectangle-area.php","Unit-01-Introduction-to-PHP/09-scenario-student-result-table.php","Unit-01-Introduction-to-PHP/09-switch-income-tax-scaffold.php","Unit-02-Functions-and-Arrays/10-functions-introduction.php","Unit-02-Functions-and-Arrays/11-functions-parameters.php","Unit-02-Functions-and-Arrays/12-functions-pass-by-reference.php","Unit-02-Functions-and-Arrays/13-variable-scope-local-global.php","Unit-02-Functions-and-Arrays/14-arrays-introduction.php","Unit-02-Functions-and-Arrays/15-arrays-associative-mutation.php","Unit-02-Functions-and-Arrays/15-arrays-associative.php","Unit-02-Functions-and-Arrays/15-arrays-numeric-indexed.php","Unit-02-Functions-and-Arrays/16-arrays-multidimensional.php","Unit-02-Functions-and-Arrays/16-arrays-prabhdeep-mega-mart-table.php","Unit-02-Functions-and-Arrays/16-arrays-shopping-cart-discount-form.php","Unit-03-Strings-Dates-Forms-File-Handling/19-strings-basics.php","Unit-03-Strings-Dates-Forms-File-Handling/20-string-case-conversion.php","Unit-03-Strings-Dates-Forms-File-Handling/20-string-concatenation.php","Unit-03-Strings-Dates-Forms-File-Handling/20-string-position-characters.php","Unit-03-Strings-Dates-Forms-File-Handling/20-string-substr.php","Unit-03-Strings-Dates-Forms-File-Handling/20-string-ucfirst.php","Unit-03-Strings-Dates-Forms-File-Handling/21-datetime-age-interval-ces1-theory.php","Unit-03-Strings-Dates-Forms-File-Handling/21-datetime-longitude-timezone.php","Unit-03-Strings-Dates-Forms-File-Handling/21-datetime-solar-time.php","Unit-03-Strings-Dates-Forms-File-Handling/22-form-feedback-validation-display.php","Unit-03-Strings-Dates-Forms-File-Handling/22-form-html-required-and-php-include.php","Unit-03-Strings-Dates-Forms-File-Handling/22-http-get-and-post-methods.php","Unit-03-Strings-Dates-Forms-File-Handling/22-http-post-with-request-method-check.php","Unit-03-Strings-Dates-Forms-File-Handling/22-include-target-hello-world.php","Unit-03-Strings-Dates-Forms-File-Handling/24-form-enquiry-json-file-storage.php","Unit-04-Cookies-and-Sessions/28-cookies-vs-sessions-demo.php","Unit-04-Cookies-and-Sessions/29-cookie-theme-color-preference.php","Unit-04-Cookies-and-Sessions/35-session-chatbox-messages.php","Unit-04-Cookies-and-Sessions/35-session-income-tax-calculator.php"]}

0 commit comments

Comments
 (0)