Skip to content

Commit 701e61d

Browse files
2 parents 2738d44 + 6ba655d commit 701e61d

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,18 @@ Below is an automatically updated list of all PHP programs available in this rep
8787
- [📄 Unit-04-Cookies-and-Sessions/U04-SN29-cookie-theme-color-preference.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-04-Cookies-and-Sessions/U04-SN29-cookie-theme-color-preference.php)
8888
- [📄 Unit-04-Cookies-and-Sessions/U04-SN35-session-chatbox-messages.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-04-Cookies-and-Sessions/U04-SN35-session-chatbox-messages.php)
8989
- [📄 Unit-04-Cookies-and-Sessions/U04-SN35-session-income-tax-calculator.php](https://github.com/ParasGupta-BCA/PHP-Programs/blob/main/Unit-04-Cookies-and-Sessions/U04-SN35-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)
90102
<!-- FILES_END -->
91103

92104
---

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/U01-SN03-hello-world.php","Unit-01-Introduction-to-PHP/U01-SN04-constants-greeting.php","Unit-01-Introduction-to-PHP/U01-SN04-constants-pi-and-circle.php","Unit-01-Introduction-to-PHP/U01-SN04-data-types.php","Unit-01-Introduction-to-PHP/U01-SN05-operators-arithmetic-addition.php","Unit-01-Introduction-to-PHP/U01-SN05-operators-bitwise.php","Unit-01-Introduction-to-PHP/U01-SN05-operators-increment-decrement.php","Unit-01-Introduction-to-PHP/U01-SN05-operators-logical-truth-table-generator.php","Unit-01-Introduction-to-PHP/U01-SN05-operators-logical-truth-tables.php","Unit-01-Introduction-to-PHP/U01-SN05-operators-overview.php","Unit-01-Introduction-to-PHP/U01-SN05-operators-spaceship.php","Unit-01-Introduction-to-PHP/U01-SN05-operators-string-concatenation.php","Unit-01-Introduction-to-PHP/U01-SN06-conditional-if-else.php","Unit-01-Introduction-to-PHP/U01-SN06-conditional-if-elseif.php","Unit-01-Introduction-to-PHP/U01-SN06-conditional-simple-if.php","Unit-01-Introduction-to-PHP/U01-SN07-loops-even-or-odd.php","Unit-01-Introduction-to-PHP/U01-SN07-loops-factorial.php","Unit-01-Introduction-to-PHP/U01-SN07-loops-fibonacci.php","Unit-01-Introduction-to-PHP/U01-SN07-loops-for-multiplication-table.php","Unit-01-Introduction-to-PHP/U01-SN07-loops-nested-chessboard.php","Unit-01-Introduction-to-PHP/U01-SN07-loops-number-divisors.php","Unit-01-Introduction-to-PHP/U01-SN07-loops-prime-check.php","Unit-01-Introduction-to-PHP/U01-SN08-switch-statement.php","Unit-01-Introduction-to-PHP/U01-SN09-array-comparison-operators.php","Unit-01-Introduction-to-PHP/U01-SN09-scenario-age.php","Unit-01-Introduction-to-PHP/U01-SN09-scenario-leap-year.php","Unit-01-Introduction-to-PHP/U01-SN09-scenario-rectangle-area.php","Unit-01-Introduction-to-PHP/U01-SN09-scenario-student-result-table.php","Unit-01-Introduction-to-PHP/U01-SN09-switch-income-tax-scaffold.php","Unit-02-Functions-and-Arrays/U02-SN10-functions-introduction.php","Unit-02-Functions-and-Arrays/U02-SN11-functions-parameters.php","Unit-02-Functions-and-Arrays/U02-SN12-functions-pass-by-reference.php","Unit-02-Functions-and-Arrays/U02-SN13-variable-scope-local-global.php","Unit-02-Functions-and-Arrays/U02-SN14-arrays-introduction.php","Unit-02-Functions-and-Arrays/U02-SN15-arrays-associative-mutation.php","Unit-02-Functions-and-Arrays/U02-SN15-arrays-associative.php","Unit-02-Functions-and-Arrays/U02-SN15-arrays-numeric-indexed.php","Unit-02-Functions-and-Arrays/U02-SN16-arrays-multidimensional.php","Unit-02-Functions-and-Arrays/U02-SN16-arrays-prabhdeep-mega-mart-table.php","Unit-02-Functions-and-Arrays/U02-SN16-arrays-shopping-cart-discount-form.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-03-Strings-Dates-Forms-File-Handling/U03-SN19-strings-basics.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN20-string-case-conversion.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN20-string-concatenation.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN20-string-position-characters.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN20-string-substr.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN20-string-ucfirst.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN21-datetime-age-interval-ces1-theory.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN21-datetime-longitude-timezone.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN21-datetime-solar-time.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN22-form-feedback-validation-display.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN22-form-html-required-and-php-include.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN22-http-get-and-post-methods.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN22-http-post-with-request-method-check.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN22-include-target-hello-world.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN24-form-enquiry-json-file-storage.php","Unit-04-Cookies-and-Sessions/U04-SN28-cookies-vs-sessions-demo.php","Unit-04-Cookies-and-Sessions/U04-SN29-cookie-theme-color-preference.php","Unit-04-Cookies-and-Sessions/U04-SN35-session-chatbox-messages.php","Unit-04-Cookies-and-Sessions/U04-SN35-session-income-tax-calculator.php"]}
1+
{"version":1,"files":["Unit-01-Introduction-to-PHP/U01-SN03-hello-world.php","Unit-01-Introduction-to-PHP/U01-SN04-constants-greeting.php","Unit-01-Introduction-to-PHP/U01-SN04-constants-pi-and-circle.php","Unit-01-Introduction-to-PHP/U01-SN04-data-types.php","Unit-01-Introduction-to-PHP/U01-SN05-operators-arithmetic-addition.php","Unit-01-Introduction-to-PHP/U01-SN05-operators-bitwise.php","Unit-01-Introduction-to-PHP/U01-SN05-operators-increment-decrement.php","Unit-01-Introduction-to-PHP/U01-SN05-operators-logical-truth-table-generator.php","Unit-01-Introduction-to-PHP/U01-SN05-operators-logical-truth-tables.php","Unit-01-Introduction-to-PHP/U01-SN05-operators-overview.php","Unit-01-Introduction-to-PHP/U01-SN05-operators-spaceship.php","Unit-01-Introduction-to-PHP/U01-SN05-operators-string-concatenation.php","Unit-01-Introduction-to-PHP/U01-SN06-conditional-if-else.php","Unit-01-Introduction-to-PHP/U01-SN06-conditional-if-elseif.php","Unit-01-Introduction-to-PHP/U01-SN06-conditional-simple-if.php","Unit-01-Introduction-to-PHP/U01-SN07-loops-even-or-odd.php","Unit-01-Introduction-to-PHP/U01-SN07-loops-factorial.php","Unit-01-Introduction-to-PHP/U01-SN07-loops-fibonacci.php","Unit-01-Introduction-to-PHP/U01-SN07-loops-for-multiplication-table.php","Unit-01-Introduction-to-PHP/U01-SN07-loops-nested-chessboard.php","Unit-01-Introduction-to-PHP/U01-SN07-loops-number-divisors.php","Unit-01-Introduction-to-PHP/U01-SN07-loops-prime-check.php","Unit-01-Introduction-to-PHP/U01-SN08-switch-statement.php","Unit-01-Introduction-to-PHP/U01-SN09-array-comparison-operators.php","Unit-01-Introduction-to-PHP/U01-SN09-scenario-age.php","Unit-01-Introduction-to-PHP/U01-SN09-scenario-leap-year.php","Unit-01-Introduction-to-PHP/U01-SN09-scenario-rectangle-area.php","Unit-01-Introduction-to-PHP/U01-SN09-scenario-student-result-table.php","Unit-01-Introduction-to-PHP/U01-SN09-switch-income-tax-scaffold.php","Unit-02-Functions-and-Arrays/U02-SN10-functions-introduction.php","Unit-02-Functions-and-Arrays/U02-SN11-functions-parameters.php","Unit-02-Functions-and-Arrays/U02-SN12-functions-pass-by-reference.php","Unit-02-Functions-and-Arrays/U02-SN13-variable-scope-local-global.php","Unit-02-Functions-and-Arrays/U02-SN14-arrays-introduction.php","Unit-02-Functions-and-Arrays/U02-SN15-arrays-associative-mutation.php","Unit-02-Functions-and-Arrays/U02-SN15-arrays-associative.php","Unit-02-Functions-and-Arrays/U02-SN15-arrays-numeric-indexed.php","Unit-02-Functions-and-Arrays/U02-SN16-arrays-multidimensional.php","Unit-02-Functions-and-Arrays/U02-SN16-arrays-prabhdeep-mega-mart-table.php","Unit-02-Functions-and-Arrays/U02-SN16-arrays-shopping-cart-discount-form.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-03-Strings-Dates-Forms-File-Handling/U03-SN19-strings-basics.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN20-string-case-conversion.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN20-string-concatenation.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN20-string-position-characters.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN20-string-substr.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN20-string-ucfirst.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN21-datetime-age-interval-ces1-theory.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN21-datetime-longitude-timezone.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN21-datetime-solar-time.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN22-form-feedback-validation-display.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN22-form-html-required-and-php-include.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN22-http-get-and-post-methods.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN22-http-post-with-request-method-check.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN22-include-target-hello-world.php","Unit-03-Strings-Dates-Forms-File-Handling/U03-SN24-form-enquiry-json-file-storage.php","Unit-04-Cookies-and-Sessions/U04-SN28-cookies-vs-sessions-demo.php","Unit-04-Cookies-and-Sessions/U04-SN29-cookie-theme-color-preference.php","Unit-04-Cookies-and-Sessions/U04-SN35-session-chatbox-messages.php","Unit-04-Cookies-and-Sessions/U04-SN35-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"]}

0 commit comments

Comments
 (0)