Тёмный

PHP Tutorial for Absolute Beginners - PHP Course 2021 (With subtitles) 

The Codeholic
Подписаться 88 тыс.
Просмотров 202 тыс.
50% 1

Опубликовано:

 

27 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 457   
@TheCodeholic
@TheCodeholic 4 года назад
I put a lot of effort in this video and spent 2 months working on it, If you dislike it provide a comment what you don't like.
@supersonic6734
@supersonic6734 4 года назад
I am from sri lanka. What you have done is brilliant. Thank you very much. Don't even think about those idiots who disliked this..
@vasilnadiradze8638
@vasilnadiradze8638 4 года назад
მაგარია ! წარმატებები ;) its great !
@sohaninfotv8311
@sohaninfotv8311 4 года назад
Sir, You have done a great job, big salute to you from me. And I am your student Sohan from Bangladesh.
@mdsafikulislam9113
@mdsafikulislam9113 4 года назад
Love
@josescariathomas7579
@josescariathomas7579 4 года назад
Great work
@rakeshsonawane3465
@rakeshsonawane3465 4 года назад
Here are the topics we will cover in this video. ------------------------------------------------------------------------- 1:24 - Introduction Slides 9:04 - Install necessary tools and setup working environment 17:03 - Download source files 19:24 - Syntax, Writing "Hello World" 22:42 - Comments 24:08 - Variables & Constants 35:11 - Numbers 50:00 - Strings 1:05:00 - Arrays 1:21:11 - Associative Arrays 1:26:30 - If - else, ternary if 1:43:20 - PHP 7.4 Null Coalescing assignment operator 1:44:54 - Switch Statement 1:46:40 - Loops 1:55:26 - Functions 2:01:21 - Dates 2:09:08 - $_SERVER 2:11:54 - $_GET (Create Search Form) 2:17:51 - $_POST (Create signup form with validation) 2:47:43 - Sessions 2:54:02 - Cookies 2:59:28 - File uploading and file validation 3:12:39 - Including files 3:24:15 - Working with file system 3:31:14 - Create TODO Application with file system 3:59:34 - Object Oriented PHP 4:14:04 - Create Notes Application with MySql 4:47:35 - Namespaces 4:54:01 - Composer & Autoloading
@yuma9325
@yuma9325 3 года назад
cannot believe this is free, thanks for all the hard work!
@sierraklingele9525
@sierraklingele9525 3 года назад
I had a basic knowledge of web development languages including javascript, and this course was perfect for me!! I spent two days going through it all and taking notes. It's perfect for getting an idea of what PHP is all about. Thank you SO much!!!
@TheCodeholic
@TheCodeholic 3 года назад
Glad to read such comments. Thank you
@massimo79mmm
@massimo79mmm 4 года назад
Very good work. i'm a former professional developer, and i'm starting to learn php for hobby. The topics are very well explained. A big plus: your pronounce is very good, and, even for me that i'm not a god in english, it's very clear and comprehensible.
@TheCodeholic
@TheCodeholic 4 года назад
Thanks a lot. Glad to hear that.
@ninamouzain472
@ninamouzain472 2 года назад
I just started learning PHP ,and this is the best course I've found so far .Thank you so much, for this course.
@TheCodeholic
@TheCodeholic 2 года назад
Thank you my friend. Appreciate
@muadzrosli
@muadzrosli 4 года назад
I am so far at 1 hour mark. I love your style of teaching. Easy to follow and understand.👍😄 i have used PHP before, for creating websites and admin panel. Now, i feel more excited to start using PHP regularly again.
@TheCodeholic
@TheCodeholic 4 года назад
Great to hear that. Keep watching and then move on some framework.
@TheLinguists
@TheLinguists 4 года назад
I love it so far (45minutes), specially the fact that there are projects to practice. I just know some html and css and basics of JS, but so interested in PHP. Thanks for the course
@khaleder100
@khaleder100 3 года назад
you're awesome man, I watched all the sections in this video for 5 hours, thank you for every piece of information you're talked about
@santiagomunez5559
@santiagomunez5559 4 года назад
მალადეც ზურა! ამრავლოს შენისთანა ხალხი ღმერთმა. ძალიან დიდი შრომა გაქვს ჩადებული და იმედია დაგიფასებენ და იმედია ბევრს დაეხმარება პროფესიულ წინსვლაში
@TheCodeholic
@TheCodeholic 4 года назад
გაიხარე მადლობა
@sudiptacoachingcentre4118
@sudiptacoachingcentre4118 2 года назад
He deserves millions of subscriber.. enjoy it a lot
@TheCodeholic
@TheCodeholic 2 года назад
Thank you my friend.
@roshanmayer
@roshanmayer 3 года назад
i just finished traversary media course of you , It was the best PHP course , that i have seen on the internet , I hope to complete the projects of this course too , Your an amazing instructor
@TheCodeholic
@TheCodeholic 3 года назад
Thanks man!
@duranfederico
@duranfederico Год назад
I'm new in PHP, thank you. Cheers from Argentina.
@instruccionesaldorso
@instruccionesaldorso 2 года назад
I found your tutorial pretty helpful! It entertained me for several days. Now getting into your OOP videotutorials :)
@jayzee833
@jayzee833 4 года назад
Thank you for this course. I seen others but I learned a lot! I like the way you teach and explain.
@TheCodeholic
@TheCodeholic 4 года назад
Thank you man. It means a lot.
@phixentgames3383
@phixentgames3383 2 года назад
Thank you very much for the course it has really helped me a lot thanks for the effort and the passion you have shown to us , and building the next generation in programing
@TheCodeholic
@TheCodeholic 2 года назад
Welcomw and thank you for you kind words
@Arghore
@Arghore 4 года назад
Liked this tuturial, if i were to give some feedback, it would probably be these two things: 1. Try and build in more repetition of important concepts, f/e the sanitization of the input in forms, you did it once and then told the user to do it themselves, better would have been to at least do things twice (so you repeated something important, and repetition is an important part of learning), then i think the third time it's good to tell the user to do it themselves. Then while i'm not sure if you sanitize the input for the notes app, but such a final project is a great place to repeat some of the important things you done before, in the context of an actual project (so basically this would be a third time repeating yourself, somewhat annoying i get it, but it's one of the burdens of being a teacher, providing the subject matter in digestible parts and providing repetition of subject matter, and placing that subject matter into a useful context) and yes, most certainly find places to spur the student to do things themselves! i would say in between 2 repetitions and a final project. 2. 'Maybe' some extra time should have been spend on security within every project, or just security overall. F/e in the notes app placing the 'connection.php' outside the folder with the actual pages, so it's harder to find out the password. Another thing, which should have likely been done at the end of the notes project, changing the user from the 'root user' to a 'general user with limited rights', so you don't expose the root and root user with all database permissions to the internet. I know you used the root user to not make things more complicated right there at the start, but i think teaching safety in today's world (or at least a bit more safety) is a good thing (and you did pay attention to it at some point, which was very much appreciated). But good tuturial overall :)
@alexotoous
@alexotoous 2 года назад
I see lots of php jobs in my area and started learning it. this is just a good one for me
@TheCodeholic
@TheCodeholic 2 года назад
Good luck. Maybe u need to check my php developer roadmap as well.
@sulaimonraji9240
@sulaimonraji9240 4 года назад
good job, it's amazing to see someone give a great work like this out for free, kudos to you boss!!! Looking forward on your Laravel tutorial course
@TheCodeholic
@TheCodeholic 4 года назад
Thanks a lot. If you can, share the video to help me and others as well.
@lebedev9114
@lebedev9114 4 года назад
Found you through google , really great video so far. I do prefer when topics are split multiple videos , 10-30 min each. But I made an exception for this because it is very good.
@TheCodeholic
@TheCodeholic 4 года назад
Thank you Igor, Appreciate... For people like you I also splitted up this particular video into about 20 parts and publishing 2 videos per day. So if anyone is interested just to see how to work with dates they can see that particular section.
@rimantasdanilevicius6754
@rimantasdanilevicius6754 3 года назад
Thank you for this course. I watched all course and even re-watched some parts several times. Course is great and what I like the most that you try to explain everything in small details, skipping parts which are difficult , but after short explaining you comeback and then all code make sense. You also really great at making conclusions and explaining what does what. I really liked that you trying to code clean code and use OOP. Just some additional feedback: 1) I have struggled to understand .json file part. 2) I have been told that in one php file we I can not use multiple , not sure if I have been told correctly. 3) I first time see technique then is used in action, not sure if I get the right this part and it was difficult to understand how we taking, getting, using those id's, felt a little bit confusing. Course is really great, I really learned new things. Parts which I did not understand I will re-watch for sure and finally get it. Thank you for this course!
@gugsagemeda
@gugsagemeda Год назад
Just finished this amazing course, looking forward to your other courses. Thank you!
@TheCodeholic
@TheCodeholic Год назад
Glad you like them!
@lindascoon4652
@lindascoon4652 4 года назад
Thank you soo much. This is the best tutorial on php online right now.
@CHARLES4998
@CHARLES4998 4 года назад
@Linda ,Pls lets connect.My email : sitghana1@gmail.com
@johnsmitchcpa
@johnsmitchcpa 3 года назад
great work i love it
@HifyTech
@HifyTech 2 года назад
After watching this, leaving it and coming back to it. I finally completed this video multiple times to my satisfaction. I am really happy about that! I'm going on to watch more tutorials from you now on PHP. Thanks a lot!!
@TheCodeholic
@TheCodeholic 2 года назад
I am really happy to read all that. Thank you
@iwakinomotoye5526
@iwakinomotoye5526 4 года назад
I had to sign in, so I could like and comment. this is the best php video I have seen so far. so detailed and includes more php content that is not taught in many other videos, welldone for the good work.
@iwakinomotoye5526
@iwakinomotoye5526 4 года назад
am happy I made the decision to watch this course.
@TheCodeholic
@TheCodeholic 3 года назад
Such comments mean a lot for me. Thank you.
@g-kems
@g-kems 2 года назад
Nice course! I've followed for the exercises to dive deeper into PHP. I was able to make a bit of the code on my own but it's always good to follow and learn good practices 💪
@TheCodeholic
@TheCodeholic 2 года назад
Thank you
@ataglance520
@ataglance520 3 года назад
I can't thank enough, how much does that mean to me. Amazing presentation with such great elaborations..... Thank u so much
@TheCodeholic
@TheCodeholic 3 года назад
Thank you buddy for such a nice comment.
@matatooo
@matatooo 4 года назад
Was waiting for it.Thanks
@laparry202
@laparry202 4 года назад
I really wonder what those people that disliked the video looks for in a course. Your efforts in creating this is highly appreciated. I’ve been developing in JavaScript for 3 years, spent time learning from reputable individuals like Brad Traversy, I’d say you did an awesome job putting this together. Thank you!
@TheCodeholic
@TheCodeholic 4 года назад
Thank you Joshua. Brad Traversy is the person who inspired me to start my RU-vid channel.
@laparry202
@laparry202 4 года назад
The Codeholic That’s good to hear. You may, or may not know that he’s doing channel takeover on his RU-vid. You may wanna reach out to him. I think that can push this channel even further. Good luck my brother!
@Simon-ik1kb
@Simon-ik1kb 4 года назад
Great video, really appreciate how much work was put in to it. Im not new to programming so I can run quite fast trough this. But Im more of a sys admin guy, never touched PHP in my life. So this is a really good introduction. And it is fun to learn PHP. Also adds to fun how much my friends and colleagues are angry at me because Im learning this "dead" "shitty" language :D I never liked to follow cool kids and I always loved underdogs. Also PHP looks like a great language to learn if you are thinking about some freelancing.
@philiprahman6778
@philiprahman6778 3 года назад
You are really good at explaining PHP. I am learning with no problem. Will be back tomorrow again. Thanks for making such a great tutorial.
@vahaggrigoruyan7228
@vahaggrigoruyan7228 4 года назад
simply best guide i have ever seen for now i am myself a developer over 3 years of experience and , this video is pretty damn good, and in fact its so good that maybe i should teach my juns with it
@TheCodeholic
@TheCodeholic 4 года назад
Thank you my friend... I appreciate if you shars it...
@vahaggrigoruyan7228
@vahaggrigoruyan7228 4 года назад
@@TheCodeholic thank you for your time i know how hard it is to explain people something amd even harder to record that all properly , what i want to say is keep it up , when i was just starting web my tutor says that if you have chosen a path dont turn away but keep going
@TheCodeholic
@TheCodeholic 4 года назад
Thanks buddy. Such comments mean a lot...
@bloxzyo
@bloxzyo 3 года назад
Thank you so much for this.... it is people like u who make the developing community a better place... I watched both this video and the video you have done in Traversy Media's channel to solidify my understanding!
@manivannamsd6581
@manivannamsd6581 3 года назад
i am from India i love ur video i am new to the IT field. i want work as the full stack web developer... i start learn from ur channel it's very helpful
@rahul_singh_92
@rahul_singh_92 3 года назад
The best course and undervalued on RU-vid
@TheCodeholic
@TheCodeholic 3 года назад
Thank you
@lazarnikolovski7571
@lazarnikolovski7571 4 года назад
Thank you for t his free course!
@bonnquez3524
@bonnquez3524 4 года назад
Great work! You really kinda displayed the whole PHP technologie in 5 hours. Really good. Here and there you proceeded a bit fast. Like you were in a hurry. I speeded you down to .9 of normal speed. Also you could've given an idea of the roadmap of your course, something like "first i show you this and that, after that we use what we learned to build a Login Form, ...." and so on. But again. Thx for all the work!
@TheCodeholic
@TheCodeholic 4 года назад
Thank you. Actually, I have slides at the begining which covers the course plan.
@bonnquez3524
@bonnquez3524 4 года назад
@@TheCodeholic Ayy, my bad. I must have still been fighting with my headphones at that point. :D
@juliuszsowacki4822
@juliuszsowacki4822 3 года назад
Giving this man dislike is crime. Big shoutout to this guy! You can improve Your video by adding timeline chapters to it.
@mlsandreas
@mlsandreas 4 года назад
What i was looking for!! Thank you!!
@josechirino5168
@josechirino5168 4 года назад
Wow! I think this is the best PHP tutorial that i ever see... Thank you and please keep going with your videos :)
@TheCodeholic
@TheCodeholic 4 года назад
Happy to read that. Thank you.
@azam920
@azam920 4 года назад
Yahooo finally you’ ve release that crash course😎👍👍👍👍
@azam920
@azam920 4 года назад
I’m twitter.com/inoyatov_azam actually 😊
@azam920
@azam920 4 года назад
I mean you know me
@TheCodeholic
@TheCodeholic 4 года назад
Yes I know you from twitter
@johnmarcalmazan5616
@johnmarcalmazan5616 4 года назад
Great course! Definitely recommend this course
@azizbek5375
@azizbek5375 4 года назад
Thank you for your work. Very informative and cool explanation
@nicholasarellano4013
@nicholasarellano4013 4 года назад
Nice work! Learned many new things. Thank you for your hard work!
@prabhatrai7867
@prabhatrai7867 Год назад
Excellent tutorial - thanks a lot! Following your PHP Developer Roadmap. Currently, I'm a beginner but will hopefully be a Pro someday 🤞
@hydrozyk
@hydrozyk 4 года назад
Big up for Georgia! Great video.
@mdsafikulislam9113
@mdsafikulislam9113 4 года назад
Love you Brother from Bangladesh. Salute you.
@aoli1135
@aoli1135 4 года назад
It's exciting for me to learning this course, I hope this course can have a subtitle if it fromed by serverl parts of video
@dante_wat1733
@dante_wat1733 3 года назад
I'm already familiar with PHP but even the first 2 hours were very useful to me. Thank you
@TheCodeholic
@TheCodeholic 3 года назад
Great to hear!
@Ishant56
@Ishant56 2 года назад
I love the way of teaching.. very easy to understand .. at first before watching this , I felt so much confusion.. but thanks .. you helped me alot❤️
@justanormalcoder
@justanormalcoder 4 месяца назад
2:53 your "auto loading composer" made my day XD
@davidsulaberidze5978
@davidsulaberidze5978 3 года назад
Thank you very much Zura, it was an enjoyable learning experience.
@funnyjokesmaker
@funnyjokesmaker 4 года назад
wow, thanks man thanks , you are awesome
@reykesyalramadhan4600
@reykesyalramadhan4600 2 года назад
wow this is awesome tutorial and its free, thank you so much for the course :D
@Someasiankiddo
@Someasiankiddo 3 года назад
thank you for this course, I am a android developer with an awesome app idea that requires backend-server storage, this is such a good tutorial that I am just 10 and learnt many things, rating 9 out of 10, please add subtitles
@IrfanUllahHosain
@IrfanUllahHosain 3 года назад
I really like your work. Keep it up. Do not listen to these haters.
@TheCodeholic
@TheCodeholic 3 года назад
Thanks buddy
@ieames1
@ieames1 2 года назад
Brilliant ! You are a very talented teacher.
@TheCodeholic
@TheCodeholic 2 года назад
Thank you. It means a lot
@abdulraufkhan3448
@abdulraufkhan3448 3 года назад
very nice course for intermediate programmers who are new to php. i appreciate your efforts.
@zaydaztero5303
@zaydaztero5303 4 года назад
Thank you so much for your tutorials. You re an amazing teacher.
@NguyenDung-oh3kk
@NguyenDung-oh3kk 4 года назад
The course is good for beginners . Thanks a lot .
@TheCodeholic
@TheCodeholic 4 года назад
Glad to hear that. Thank you.
@christine5906
@christine5906 4 года назад
Thanks for this ❤. Very helpful for me trying to learn this programming language.
@lateeftijani4620
@lateeftijani4620 2 года назад
Kudos to The Codeholic This is a masterpiece 💯
@denysdeckard7607
@denysdeckard7607 3 года назад
Thank you for showing the best practices!
@AdamsProgrammer
@AdamsProgrammer 4 года назад
Thanks What i was looking for
@DuncanAgius
@DuncanAgius 4 года назад
Very well organised keep it up!!! i am finding these tutorials very useful. thanks again
@Techwalkthroughs
@Techwalkthroughs 3 года назад
Great video. Thanks a lot for putting much effort in this ....
@youssefbenabed2817
@youssefbenabed2817 3 года назад
I think this is too much amazing, Thanks a lot ✔️💕👍😉
@baohoangle3901
@baohoangle3901 4 года назад
Your computer is strong, bro
@baohoangle3901
@baohoangle3901 4 года назад
Thanks for making this course.
@hbello6550
@hbello6550 4 года назад
You did a great job in this video there, Zora. Keep it up
@TheCodeholic
@TheCodeholic 4 года назад
Thanks
@kingstargroup7804
@kingstargroup7804 4 года назад
Really Awesome mate! Thank You So Much!
@TheCodeholic
@TheCodeholic 4 года назад
Thanks buddy
@MarcMcRae
@MarcMcRae 3 года назад
I am 5 min into this course & lovin it!! Thanks Zura for your amazing effort! So well explained..well, apart from the part of setting up XAMPP on Ubuntu and where the permissions don't allow files in the Apache etc-etc. Did ask for a video on this last year..please.. please..
@shetuamin
@shetuamin 3 года назад
Thank you for a great free course.
@monetmine
@monetmine 3 года назад
I seriously loved this video. I watched it from front to end and coded along. I actually tried another video course before this (LaraCast), but I much preferred your explanation. Thank you!
@TheCodeholic
@TheCodeholic 3 года назад
I am really happy to read that. Thank you.
@monetmine
@monetmine 3 года назад
@@TheCodeholic You're welcome. I wish you much succes in the future. I'll be following along! :)
@iq_ball69
@iq_ball69 4 года назад
Thanks for the video, i was learning a lot in here, always make great video like this, good luck :)
@mahiabdullah8880
@mahiabdullah8880 4 года назад
Thank you so much..God Bless You SIR ..Great video.Loved it..
@jibinjoseph5228
@jibinjoseph5228 3 года назад
Who is disliking these kind of awesome course
@bikramchettri9405
@bikramchettri9405 4 года назад
Thanks for the tutorial!
@Rahmanz848
@Rahmanz848 3 года назад
thanks for sharing ,,and its free,,thanks a lot man
@pepeutriainen9201
@pepeutriainen9201 3 года назад
I really like when you teach php, and dont dislike it, like other youtubers.. In my country Finland most of school teach JS and other language but not so much focus in php. Dont know why its so hated?..
@TheCodeholic
@TheCodeholic 3 года назад
I think because they had either bad experience once or twice in the past when working on PHP or they just believe other developers who had that bad experience. It you start doing things in PHP and start learning frameworks. You will see that it is not actually bad language.
@pepeutriainen9201
@pepeutriainen9201 3 года назад
@@TheCodeholic Yeah you are right and right path.. keep doing awesome job!!! :) i started learn worpress theme creation with php, and not used any builder. The result was my customer where more happier than other and like you said many times in videos. Deman is HUGE with php.. Proof is that im student it-engineering where is not teaching php and i have like 10 customer waiting that i make or fix their worpress sites....
@TheCodeholic
@TheCodeholic 3 года назад
Good luck buddy.
@sherlockholmes6481
@sherlockholmes6481 2 года назад
super im from india lots of love u
@elhabibbirouk9722
@elhabibbirouk9722 3 года назад
Thank you very much. That was useful
@AdditionForZGeneration
@AdditionForZGeneration 3 года назад
past half way of the tutorial a very nice resource
@sajjadahmed5350
@sajjadahmed5350 3 года назад
Thanks for this amazing concepts sir,
@aloncarmelly282
@aloncarmelly282 3 года назад
Thank you for all your efforts. Very much appreciate!!! 🌹
@meskisable
@meskisable 4 года назад
Good work keep coming :)
@rohankumarsahu933
@rohankumarsahu933 4 года назад
Could you please make some tutorial on plugin system like wordpress has using PHP
@KenTippens
@KenTippens 4 года назад
This is awesome. Thank you so much 🙌
@mrx-qi8th
@mrx-qi8th 3 года назад
Hi, how to install debugger in phpstorm? And I'm stuck on philosophy behind character saving in php, i know the logic behind it is ASCII like c and c++ but my question is == checks to see if BINARY is the same. 5=='5' in c is false cuz for int 5 0101 is saved and for '5' 11 0101 is saved and those are not equal. Now 5=='5' in php returns true. To store int 5 in php 0101 should be stored and to store '5' 53 decimal should be stored based on ASCI table but 5 == '5' is true ,my guess is php parses '5' and when it sees int it will store it as int in memory so 0101 is equal (==) to 0101 but then another question arises if it did that then how would it tell the difference between 5 === '5', i hope u see where this is going ,in jetbrains Clion i can debug and see memory view to check what's stored. Now is it possible in php sotrm?if so how to install xdebug in it? Plz help me, i can't move on and continue to other parts of php journey. This is so abstract for me been stuck on it for a while
@Sriram_Ravichandran
@Sriram_Ravichandran 3 года назад
Hey Man .. It is super clean and Thanks a lot !!!
@CleidsonMachadoDeveloper
@CleidsonMachadoDeveloper 3 месяца назад
Thanks a lot! You are the guy!
@guettoblaster6648
@guettoblaster6648 3 года назад
The codeholic rocks!
@piano_depois_dos_50
@piano_depois_dos_50 3 года назад
Thank you for your hard work! : ) Greetings from Canada.
@makesimpleaspossible963
@makesimpleaspossible963 3 года назад
Great job dear. Realy useful for migrate to php.
@Zolipants
@Zolipants 3 года назад
well done mate, this is extremely helpful
@safara_umarov
@safara_umarov 4 года назад
thank you very much my teacher ☺🤗
@0701cl
@0701cl 2 года назад
thnx... it was very usefull !
@makesimpleaspossible963
@makesimpleaspossible963 3 года назад
As a migrate from java and Python to php i really need this type of tutorial. Dear i request to you for making symfony tutorial like this.
@thodorgrabovsky3920
@thodorgrabovsky3920 4 года назад
We're lovin it
@imsavage2449
@imsavage2449 4 года назад
im lovin it
Далее
What's new in PHP 7.4 - in 5 minutes
5:46
Просмотров 10 тыс.
Claude has taken control of my computer...
4:37
Просмотров 885 тыс.
PHP 8 Crash Course for Beginners - Learn PHP 8 in 1 Hour
1:00:38
PHP doesn't suck (anymore)
10:48
Просмотров 209 тыс.
Viral Video of a Man's Crazy Job Interview
16:02
Просмотров 1,5 млн
AI's 'Existential Threat' to Humans
13:26
Просмотров 32 тыс.
Microsoft Makes Windows Worse With AI
9:34
Просмотров 166 тыс.
If __name__ == "__main__" for Python Developers
8:47
Просмотров 410 тыс.