Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuzzgit authored Nov 17, 2024
1 parent 19f0e9e commit f572f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ http://phpandmysql.com

#### VARIABLES
Variables store data that can change (or vary) each time a PHP page is requested. They use a **name** to represent a **value** that can change.

#### [CREATING AND ACCESSING VARIABLES](section_a/c01/variables.php)
```php
<?php
Expand All @@ -51,7 +52,6 @@ $price = 5;
```
![Screenshot 2024-11-17 120054](https://github.com/user-attachments/assets/2549ad7e-2d79-4d40-bce5-a42c4b7f52a5)


#### [UPDATING A VALUE IN A VARIABLE](section_a/c01/updating-variables.php)
```php
<?php
Expand All @@ -75,7 +75,7 @@ $price = 5;
```
![Screenshot 2024-11-17 120054](https://github.com/user-attachments/assets/6982909b-a145-4c47-b651-778769659bfa)


#### ARRAYS

### 2. Control Structures
### 3. Functions
Expand Down

0 comments on commit f572f90

Please sign in to comment.