Basic Syntax - PHP - P1

Published: 15 February 2020
on channel: Dino Cajic
1,224
25

PHP is leaps and bounds above where it started. It’s a modern programming language that has Object Oriented capabilities. It’s the backbone of popular frameworks like Laravel. It’s great for the web and it makes writing web-based applications enjoyable. It can be used to produce both full-stack and back-end applications. With back-end applications, you have a choice for your front-end library or framework. With the Laravel backend framework, front end libraries like React or Vue tie in nicely.

I still see countless arguments against PHP, so I finally had enough. I’m going to show you how elegant this language can actually be. If you’re a beginner to programming in general, follow along and not only will you learn PHP, you’ll learn Computer Science concepts along the way.

If you are going to be following along, it’s probably beneficial for you to have a local development set up on your computer. PHP runs on the server, so you’ll need to make your computer think it’s the server. You can do this easily by downloading one of the following virtual servers and installing it onto your computer.

Windows: WAMP Server
Mac: MAMP Server
Linux: LAMP Server

I’m sure that you already guessed what the W, M, and L stand for: Windows, Mac, Linux. The AMP stands for Apache, MySQL, PHP, where Apache is the server software, MySQL is the database management system, and PHP is the programming language that we’re discussing. Just google your favorite stack and download/install them onto your machine.

You’ll also need some sort of IDE like JetBrains PHP Storm (paid) or Visual Studio Code (Free). I use both. There is nothing that you’ll read over the next 100ish articles that you will not be able to do with Visual Studio Code.

Read the full article on my website
https://www.dinocajic.com/php-basic-s...

Code for this tutorial
https://github.com/dinocajic/php-7-yo...

Full Code
https://github.com/dinocajic/php-7-yo...

PHP Playlist
   • PHP Tutorial  

--
Dino Cajic
Author and Head of IT

Homepage: https://www.dinocajic.com
GitHub: https://github.com/dinocajic
Medium:   / dinocajic  
Instagram:   / think.dino  
LinkedIn:   / dinocajic  
Twitter:   / dino_cajic  

My Books
An Illustrative Introduction to Algorithms
https://www.amazon.com/dp/1686863268

Laravel Excel: Using Laravel to Import Data
https://amzn.to/4925ylw

Code Along With Me - PHP: From Basic to Advanced PHP Techniques
https://amzn.to/3M6tlGN


On this page of the site you can watch the video online Basic Syntax - PHP - P1 with a duration of hours minute second in good quality, which was uploaded by the user Dino Cajic 15 February 2020, share the link with friends and acquaintances, this video has already been watched 1,224 times on youtube and it was liked by 25 viewers. Enjoy your viewing!