mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-06 23:06:52 +02:00
Continuing transition to hugo
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
+++
|
||||
title = "Arithmetic"
|
||||
description = "Doing math like a pro"
|
||||
tags = ["php", "arithmetic", "math"]
|
||||
slug = "arithmetic"
|
||||
previous = "variables.html"
|
||||
next = "strings.html"
|
||||
+++
|
||||
Now that we know how to create variables, let's look at doing some math.
|
||||
```php
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user