mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-03 13:27:35 +02:00
Tweaking basics chapter text
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
If you want to follow along by writing code, start by downloading a code editor. I recommend
|
If you want to follow along by writing code, start by downloading a code editor. I recommend
|
||||||
[Visual Studio Code](https://code.visualstudio.com/) or [Sublime Text](https://www.sublimetext.com/).
|
[Visual Studio Code](https://code.visualstudio.com/) or [Sublime Text](https://www.sublimetext.com/).
|
||||||
Next, create a new file in your editor called `basics.php` and save it anywhere on your computer like a folder
|
Next, create a new file in your editor called `basics.php` and save it anywhere on your computer, like a folder
|
||||||
in your documents called `phpapprentice`. Now, we can write some PHP.
|
in your documents called `phpapprentice`. Now, we can write some PHP.
|
||||||
|
|
||||||
All PHP files must start with a `<?php` tag unless it is for a html template.
|
All PHP files must start with a `<?php` tag unless it is for a html template.
|
||||||
@@ -47,5 +47,5 @@ No semi-colon is a no-no
|
|||||||
PHP Apprentice
|
PHP Apprentice
|
||||||
```
|
```
|
||||||
|
|
||||||
With any code that we explore in future chapters, I recommend writing a PHP file for it.
|
With any code in future chapters, I recommend writing a PHP file for it.
|
||||||
It is a great way to get some practice with the language.
|
It is a great way to get some practice with the language.
|
||||||
|
Reference in New Issue
Block a user