phpforeverybody.com | Skillshare (2 months free) | Udemy $13.99
Over 45 video lessons on PHP. Some of the subject's you'll learn include:
- What is PHP
- Where is PHP used
- How to install PHP
- What a backend developer is
- PHP syntax
- How to make a web page using PHP
- Coding comments
- PHP variables
- PHP super global variables
- PHP data types
- PHP data structures
- How to mix HTML and PHP together
- Type casting
- Conditional statements (if/elseif/else statements)
- Ternary logic
- PHP loops (while, for and foreach loops)
- PHP debugging
- PHP security
- How to make websites dynamic without needing a database
- How to accept custom user input
- How to validate a form (custom user input) to make sure it's usable
- How to read and understand PHP documentation And much more...
Find the lesson you're on (ie. Foreach Loops) and go into the directory called 370_foreach_loops
You can Download this repository as a .zip and extract the files. Or use git clone [email protected]:KalobTaulien/PHP-For-Everybody.git
.
There's a "Fork" icon at the top right of this page. Click that, and GitHub will copy this repository into your account where you can modify anything you like.
You'll need docker
and docker-compose
installed on your computer. Clone this repo. cd
into this repo and run make build
and then make up
. Once that's done installing if you type docker container ls -a
you'll see your active docker containers. More details in the full repo at PHP-Docker
If this entire section either confused you or scared you, feel free to ignore it. The Docker setup is entirely optional for this course.
This is a Coding For Everybody.com initiative. Helping people learn how to code with great video lessons.