VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
PHP Programming Language Tutorial - Full Course

PHP Programming Language Tutorial - Full Course

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn the PHP programming language in this full course / tutorial. The course is designed for new programmers, and will introduce common programming topics using the PHP language. --Course Contents -- -- 1. (0:00) Introduction -- 2. (1:56) Windows Installation -- 3. (7:32) Choosing a Text Editor -- 4. (11:06) Hello World & Setup -- 5. (20:29) Writing HTML -- 6. (27:30) Variables -- 7. (38:09) Data Types -- 8. (44:27) Working With Strings -- 9. (54:50) Working With Numbers -- 10. (1:05:14) Getting User Input -- 11. (1:15:37) Building a Basic Calculator -- 12. (1:22:13) Building a Mad Libs Game -- 13. (1:28:59) URL Parameters -- 14. (1:35:52) POST vs GET -- 15. (1:41:44) Arrays -- 16. (1:50:26) Using Checkboxes -- 17. (1:57:22) Associative Arrays -- 18. (2:04:55) Functions -- 19. (2:12:10) Return Statements -- 20. (2:19:10) If Statements -- 21. (2:37:16) If Statements (con't) -- 22. (2:47:13) Building a Better Calculator -- 23. (2:56:53) Switch Statements -- 24. (3:05:09) While Loops -- 25. (3:15:18) For Loops -- 26. (3:26:24) Comments -- 27. (3:31:08) Including HTML -- 28. (3:36:51) Include: PHP -- 29. (3:45:57) Classes & Objects -- 30. (3:56:23) Constructors -- 31. (4:06:18) Object Functions - PHP - Tutorial 31 -- 32. (4:13:52) Getters & Setters -- 33. (4:29:17) Inheritance Course developed by Mike Dane. Check out his YouTube channel for more great programming courses: https://www.youtube.com/channel/UCvmINlrza7JHB1zkIOuXEbw -Follow Mike on
Date: 2022-03-14

Comments and reviews: 10


Tip for others learning, if you're new to coding in general and don't know this: you can comment what the code is meant to do with //. Just write your comment after the //, and it won't affect the code itself. Works on all(?) languages, and can also be used to temporarily remove a line of code to see if something/anything changes.
This'll help you remember when you look back (and while learning!), and helps others reading the code understand what the line/block should do.
Ex.: $name[0] = -G-; //replace set character with another; here, first letter becomes G.
or
//echo strtolower(--); //this line isn't active and doesn't affect the code whatsoever. Remove the // in front of -echo- to include again.
or
If you feel like it, I suppose you could also after a long battle with the code comment, //I don't know why this part works now, but it does.

reply

The associative array example doesn't work for me. I'm getting a Undefined index notice and when I click the submit, it doesn't print out anything and my code is exactly like yours. So IDK how to get this to work, so frustrating all the updates and changes. I'm using php 7.4 Google search tells me to use isset to get rid of the notice or it can be ignored but it's still isn't -echoing- the result when I click the submit button.
reply

Hi, First of all thanks for your tutorial.
I have a question. So, in Building a Basic calculator, when I try to get access on submitted numbers on the page it says undefined array key -num1- and the same for -num2-. can u help me or tell me what I am doing wrongly. Thanks a lot in advance!

reply

When he did the if else blocks to tell if someone is male, I couldn't help but think that in today's world we need this function because so many people do not know if they are male or female. it's really sad but it's true.
reply

Hi your vedio is amazing keep it up.
I'm a beginner programer and I have a question. Must we store in drive C and user part or I can store it in other drive? I store it in other drive and I don't get answer.

reply

Thanks for this great beginner's course . But please can you do a more advanced php course ?.... something like how to use external libraries, connecting/working with databases, working with files, etc
reply

I noticed your lucky numbers array was just one number off from the -Lost- tv show numbers (it would be 15 instead of 14)-was this intentional??
reply

Thanks for the video, very helpful in learning the basics
I love your video, but a side note: Square root is not the opposite of Power. log is.

reply

Thank you for the great wrok Mike ! I started my journey two month ago by watching your HTML course , here I am back after learning CSS and JS.
reply

4:25:00 -- He said that there's an easier way to write the comparison statement. Can anyone comment down any alternative method
reply
Add a review, comment






Other channel videos