├── project
├── shop.php
├── logout.php
├── assets
│ ├── images
│ │ ├── pp.jpg
│ │ ├── images.jpeg
│ │ ├── slide1.jpg
│ │ ├── slide2.jpg
│ │ ├── slide3.jpg
│ │ ├── oppo-a60.png
│ │ ├── Realme-C53.jpg
│ │ ├── Samsung-A55.jpg
│ │ ├── nokia 3310.png
│ │ ├── xiaomi-poco-x2.jpg
│ │ ├── Motorola_RAZR_V3i_01.jpeg
│ │ ├── 1_dDsuXIBb0jo1BKKikuBy6w.jpg
│ │ ├── 675723e272c176.30855434.jpg
│ │ └── 06Id58TJW8pkzAkqmSi7hjU-1.webp
│ └── css
│ │ ├── styele.min.css.map
│ │ ├── styele.scss
│ │ └── styele.min.css
├── admin
│ ├── assets
│ │ ├── demo
│ │ │ ├── datatables-demo.js
│ │ │ ├── chart-pie-demo.js
│ │ │ ├── chart-bar-demo.js
│ │ │ └── chart-area-demo.js
│ │ └── img
│ │ │ └── error-404-monochrome.svg
│ ├── js
│ │ ├── datatables-simple-demo.js
│ │ └── scripts.js
│ ├── ajax
│ │ ├── edit-product.php
│ │ └── change-status.php
│ ├── footer.php
│ ├── dashboard.php
│ ├── header.php
│ ├── navbar.php
│ ├── sidebar.php
│ ├── add-new-product.php
│ ├── all-orders.php
│ ├── all-products.php
│ └── charts.html
├── index.php
├── header.php
├── components
│ ├── homeProducts.php
│ └── homeSlider.php
├── footer.php
├── profile-picture.php
├── sign-in.php
├── change-password.php
├── navbar.php
├── checkout.php
├── sign-up.php
└── update-profile.php
├── test.txt
├── L2 - Variables.php
├── L4 - Constants.php
├── uploads
├── img-66ec5a289026d1.79365555.jpg
└── img-66ec5a60449be3.75220238.jpg
├── problems-1
├── js
│ └── script.js
├── css
│ ├── style.min.css.map
│ ├── style.min.css
│ └── style.scss
└── index.php
├── L6 - Uses-of-Quotes.php
├── jquery
├── ajax.php
└── index.php
├── L5 - Comments.php
├── L25 - File-inclusion.php
├── L34 - phpApi.php
├── L1 - Hallo-world.php
├── L19 - revice.php
├── L21 - _SESSION __COOKIE.php
├── L27 - try-catch.php
├── L26 - Sending-mail.php
├── L15 - numericFunctions.php
├── L11 - loops.php
├── L29 - JSON.php
├── L17 - function.php
├── L3 - Data-types.php
├── L28 - date-time.php
├── L16 - stringFunction.php
├── L14 - random-password-generator.php
├── L31 - api.php
├── L20 - superglobals.php
├── L12 - arrays.php
├── L8 - mathematical-functions.php
├── api.php
├── L24 - file-upload.php
├── L30 - File-system.php
├── L30 - File-system-copy.php
├── L18 - regex.php
├── L36 - oop1.php
├── L9 - control-statements.php
├── L10 - solution-01.php
├── L7 - operators.php
├── L13 - array-functions.php
├── L35 - crud.php
├── L37 - oop2.php
├── L22 - form-validation.php
└── L23 - form-validation.php
/project/shop.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/test.txt:
--------------------------------------------------------------------------------
1 | ha ha ha
--------------------------------------------------------------------------------
/L2 - Variables.php:
--------------------------------------------------------------------------------
1 | {
3 | alert('Hello, world!');
4 | });
--------------------------------------------------------------------------------
/project/assets/images/Motorola_RAZR_V3i_01.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/asif-daffodil/cmbd245/HEAD/project/assets/images/Motorola_RAZR_V3i_01.jpeg
--------------------------------------------------------------------------------
/L6 - Uses-of-Quotes.php:
--------------------------------------------------------------------------------
1 | "; // Double quotes
5 | echo '$msg
'; // Single quotes
--------------------------------------------------------------------------------
/jquery/ajax.php:
--------------------------------------------------------------------------------
1 | $name]);
5 | }
6 |
--------------------------------------------------------------------------------
/project/assets/images/1_dDsuXIBb0jo1BKKikuBy6w.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/asif-daffodil/cmbd245/HEAD/project/assets/images/1_dDsuXIBb0jo1BKKikuBy6w.jpg
--------------------------------------------------------------------------------
/project/assets/images/675723e272c176.30855434.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/asif-daffodil/cmbd245/HEAD/project/assets/images/675723e272c176.30855434.jpg
--------------------------------------------------------------------------------
/project/admin/assets/demo/datatables-demo.js:
--------------------------------------------------------------------------------
1 | // Call the dataTables jQuery plugin
2 | $(document).ready(function() {
3 | $('#dataTable').DataTable();
4 | });
5 |
--------------------------------------------------------------------------------
/project/assets/images/06Id58TJW8pkzAkqmSi7hjU-1.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/asif-daffodil/cmbd245/HEAD/project/assets/images/06Id58TJW8pkzAkqmSi7hjU-1.webp
--------------------------------------------------------------------------------
/L5 - Comments.php:
--------------------------------------------------------------------------------
1 |
6 |
9 |
--------------------------------------------------------------------------------
/problems-1/css/style.min.css:
--------------------------------------------------------------------------------
1 | *{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.container>h1{color:red;text-align:center;padding:30px}/*# sourceMappingURL=style.min.css.map */
--------------------------------------------------------------------------------
/L34 - phpApi.php:
--------------------------------------------------------------------------------
1 | 'GET request'
8 | ]);
9 | }
10 |
--------------------------------------------------------------------------------
/project/assets/css/styele.min.css:
--------------------------------------------------------------------------------
1 | .carousel-caption{background:rgba(0,0,0,.6)}.carousel-indicators [data-bs-target]{width:20px;height:20px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}/*# sourceMappingURL=styele.min.css.map */
--------------------------------------------------------------------------------
/problems-1/css/style.scss:
--------------------------------------------------------------------------------
1 | *{
2 | margin: 0;
3 | padding: 0;
4 | box-sizing: border-box;
5 | }
6 |
7 | .container{
8 | >h1{
9 | color: #f00;
10 | text-align: center;
11 | padding: 30px;
12 | }
13 | }
--------------------------------------------------------------------------------
/L1 - Hallo-world.php:
--------------------------------------------------------------------------------
1 |
4 |
5 |
"; 25 | print_r($myInfoArr); 26 | echo ""; 27 | ?> -------------------------------------------------------------------------------- /project/admin/ajax/change-status.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /L17 - function.php: -------------------------------------------------------------------------------- 1 | "; 8 | echo myFunc("Assalamuoyalaikum", "shobaike") . "