It is so rare to find tutorials like these! Im binge watching every part of your tutorials rn and trying to apply it while watching
@draketown27144 жыл бұрын
Did not know i could include headers like this... mind blown, had IT class the whole last year and i always just copy pasted it in instead of doing this... omg this is so much cleaner thanku
@pbznt2 жыл бұрын
I want to tell you that you are the best teacher on KZbin! I am studying programmation at school, but nothing compares to an in-depth tutorial like you do. Very well explained and well structured. Cheers from Quebec, Canada.
@i.t.starters20194 жыл бұрын
Man I just wanna say thank you. You are the best. If you can continue with OOP I would really really appreciate it.
@l3beast33 жыл бұрын
ive been manually changing headers in each document for so long. this is game changing, thank you so much
@QuietWind012 жыл бұрын
9:30 this right here will make building my sites so much easier, just this alone... I always find myself getting further into my projects, and remembering that now I have to go through 20 different pages to change a href to something, or add a button, or remove a button. Or change styling. This is so much better 🤣
@GelsYT4 жыл бұрын
I'll never forget your channel MMTUTS! YOU DESERVE A MILLION SUBS! This is the guy where I learn PHP!!!!!!!!!!
@GelsYT4 жыл бұрын
and SQL
@shikomatlala3 жыл бұрын
I just started learning web development for my IT school project -- These are the most helpful tutorials ever...
@AdelinBonheur4 жыл бұрын
You're helping us man for real. The best teacher I ever had.
@geneartista97144 жыл бұрын
Simply amazing, thanks for all these tutorials, you`re changing people`s lives man
@ApplicableProgramming4 жыл бұрын
Great to see you continue with the php :) (after you mentioned the changes) You actually inspired me to start making tutorials, one day I hope to be close to your level of teaching! :)
@MakurDuony Жыл бұрын
I love the presentation you have done, this is where i will learn web development.
@ovieiffie78004 жыл бұрын
When are you going to continue your Object Oriented PHP course? You said you were going to apply it to something practical, like a login system
@muhammadabbagana30674 жыл бұрын
Thank you sir I really love your classes I almost watch your entire KZbin videos 😂. However I am still waiting for your class on API I think it needs to be done.
@InactivePhoenix2 жыл бұрын
I understand putting the tag into header.php for the sake of code reuse, but I'm having a hard time understanding how it would be appropriate to pull out the with the title and all the metadata. Surely that part of the file would still need to be unique for any given page of the site, particularly the title? You could maybe pass that information in with a function call, but to me that seems like replacing one form of boilerplate with another. Also, It kinda rubs me the wrong way having the opening and closing tags for in 2 separate files.
@elrobbo64 жыл бұрын
If people are just learning this for the first time it would have been good to mention that for the different meta tags and title and such, since it is a bad idea to have them the same on every page, you will want to create a variable for each one of those on each of the pages. And then in the file you include, in those locations, you would simply place that variable to fill out those fields dynamically based on the page it was on. Otherwise your whole site ends up with the same meta and title tags which is bad and Google will really not like it.
@ericlau9312104 жыл бұрын
I still remember when I still stucked on my university final year project and mmtuts guide really helped me alot to finish my project and study. Thank you so much, Love from Malaysia
@themayhemera30464 жыл бұрын
I'm about to be in this situation soon 🥴
@delderoiste53074 жыл бұрын
Hi. Have always enjoyed and followed your tutorials. Can I ask or maybe some fans here know? Have you made any tutorials on how to join two tables with the same common column id to make an SQL query and then output it in the browser using PHP & MySQL? Thank you for the time and effort you put into your channel.
@synthesis444 жыл бұрын
Can't wait to see laravel tutorials in this channel
@miss37735163 жыл бұрын
Awesome! I’m going to share this link with my class
@Alexifeu Жыл бұрын
Will he be Giga Chad at the end of the Series. Also that he goes to the gym AND still has power tomake a video afterwards is insane. :D I am already exhausted from doing absolutely nothing.
@christianachleitner94394 жыл бұрын
Maaaaan. Made my day. Awsome you are back with a php tutorial! :)
@mykolazhabko32283 жыл бұрын
Thanks for this tutorial! Clear explanation!
@pharaonex67704 жыл бұрын
Thank you You made everything clear and easy ! Appreciated! 🤗😉
@romankunstler51874 жыл бұрын
You're a very very good teacher 👍 could you go ahead with you're php project, so ting like profile or special pages for some users like admin page. This would be so great
@tasianafranchetti96402 жыл бұрын
This is awsome! Thank you so much for your tutorials :)
@Muaaz-264 жыл бұрын
Love u bro Your building my future❤❤
@sonoftheemperor56854 жыл бұрын
Out of left field question probably not related to the video but I’ve always wanted to learn how to make games like the old global warfare and kingdoms of Camelot. Got a video you recommended to start this process
@yungifez4 жыл бұрын
Best teacher ever Yay I was 4th to comment
@djpeshmoh Жыл бұрын
Thanks for awesome lessons
@Dani_Krossing Жыл бұрын
I have a newer 2023 course on my channel, in case you are interested 🙂
@cb_sp50224 жыл бұрын
i dont know what you sey but you still good to make videos congratulations 280k subs
@Atarian6502 Жыл бұрын
What is the best practice to name these files? In this example you used index.PHP which includes header.PHP. I normally use index.PHP which includes header.HTML (because there is no php code in the header portion). Also this would work fine if used index.HTML to include either header.PHP or header.HTML. So what would be the recommended naming practice? Thanks
@priemaster30582 жыл бұрын
Hey man, thanks a lot for the good tutorial! The german vod are very bad about it, but yours was very good!
@yotsusan_machi3 жыл бұрын
dani krossing you are the best
@janramilintong11874 жыл бұрын
simple but understandable
@romankunstler51874 жыл бұрын
A video about using cookies, and redirect after login to a user specific website I would appreciate
@aizazkhan25834 жыл бұрын
Hello....! sir when will you complete the PHP procedural tutorials plz tell me i just waiting for your 12 number video
@alsongadizo1692 Жыл бұрын
hi great video, it has really assisted me in learning php, however when i try to use the include statement for my header within the php tags it isn't executing, the code is plain white i am using visual studio and the file is index.html. Need some help
@Adam-rn6lr4 жыл бұрын
Hi mmtuts, I would like to ask you how many years took you to learn PHP to this level ? Thank you for your answer
@DevlogBill2 жыл бұрын
I am thinking along the lines of JavaScript since this is my first programming language. Can it be said that the include is a method or similar to a module similar to JavaScript? I am probably over thinking this, thank you.
@jeff-wo6mm4 жыл бұрын
Is this the end? I see #12 and #13 but the titles are not the same and #13 is a topic already discussed in #8. Please advise of the order of these courses, assuming that there is more after this one
@justdewmina2 жыл бұрын
Putting across nicely! Sometimes you look like Elon Musk!
@sudharsanpaskaran3 жыл бұрын
Thank you so much man
@Letsallparty22 жыл бұрын
Help! when I call my header from sub folders files, the links look for corresponding nav files in the sub folder giving me error.
@muhammadasif89944 жыл бұрын
Can you please make video on reducing file size while uploading in php i have done to reduce image size but unable to reduce pdf and video
@pascalmer882 жыл бұрын
My CSS won't work when I include_once my header on my index, any thoughts?
@piper28mudai4 жыл бұрын
Hi... i have problem.. my index and my other php pages(sample page, header.php,footer.php) is on different folder. whenever i move to that sample page, the require or include is break.. it cant load the header page require/include statement how can i solve the problem ?
@tegapraiz27654 жыл бұрын
Do ypu have a course on phyton if ypu do please share the link
@amorsemlimite44274 жыл бұрын
Thank you master
@Julio860JVL4 жыл бұрын
For some reason this video is twice in the playlist together with video # 10. There is a total of 13 videos but # 10 and # 11 are twice in the playlist.
@Julio860JVL4 жыл бұрын
Link to playlist kzbin.info/aero/PL0eyrZgxdwhxhsuT_QAqfi-NNVAlV4WIP
@1733pako4 жыл бұрын
Where is the ‘love’ button when you need it?!!!
@tomasloparnik92564 жыл бұрын
Quick question, On the login tutorial i got a wierd error (unexpexted 'else') Could you help me with that?
@MrJumpingmaniac3 жыл бұрын
Maybe missing a ";" after the preceding statement.
@micomc4 жыл бұрын
How to include .html into .html without server, just client side in 2020?
@yar06072 жыл бұрын
1:53 You know "Link to the past" )))
@hadireg4 жыл бұрын
👍👍❤
@atomkedi34393 жыл бұрын
Hello friends, how to find php?id on any site
@purnamansinghrai3699 Жыл бұрын
You'd better show this teaching in a text editor using computer keyboard!
@priyapriya82384 жыл бұрын
Hello, sir how to upload two image using HTML code (not insert)? upload this type of video sir.please upload fast
@mariamzayed914 жыл бұрын
thank uuuu
@ahmedsunil32354 жыл бұрын
why the video is repeated?
@kabhikachambala33923 жыл бұрын
I'm jelous . I woukd like to be you
@AndreGomesFilms4 жыл бұрын
First
@d-o-n-u-t4 жыл бұрын
congratulations. have your trophy. wow.
@BloodyClash4 жыл бұрын
Don't agree with all your ways in all videos...but at least you're not trying to overcomplicating stuff by trying to use javascript for things php is born for. 😫keep spreading phpppppppp
@aizazkhan25834 жыл бұрын
Hello....! sir when will you complete the PHP procedural tutorials plz tell me i just waiting for your 12 number video