That's why I love your videos, you explain the "whys" instead of the "whats". 99% of tutorials on TH-cam are only coding along without any explanation, then we watch it feeling frustrated in the end cause we don't learn anything, we just copy and paste.
Just started learning php yesterday and i gotta say ive never learned anything as fast as im learning php, super helpful content man! Thank you so much!
Hey my name is Bobby and after watching your videos for months I’ve become a Zend Certified PHP Software Engineer! Thanks a lot for great amazing content!
Bro u helped me a lot to understand php whole login form i build and now e-commerce just with ur concept (contact ,comments,login,password reset password,payment method and so on) that's incredible piece i have build so far 😍😍😍 i really happy that being part of ur channel
Hey Dani Your videos are great man! Thanks a lot. I started lots of programming courses and never keep on going. But yours are the best one! Please, keep making more videos!
Again, you are a GREAT instructor. I wish I could hit the like button five or six times! Your NEW gaming stuff... well, I watch it to support you but I am 69 years old and gaming is not My thing.
I always waited for this video from you dude, other channels are less interactive, and yes, some of them sucks. A lot. And this video was great. Plz do upload the next part soon. 😊😊
Realy like you vid's but at 6:57 you say at the very first you create a function.....so my code wasn't working checked it twice all ok so I tried te add at the very first its workink now... I thought is only within HTML-code.
Always have at least an opening tag, however if, you have a .php file with PURELY PHP code, you should start with an opening tag, it can cause your PHP code to not run and throw out errors
You've become a true coder haha, no more typing just magic appearance 😂😂 PHP is so much easier than C#. I whish there where some good explanatory tutorials for winforms 😉😉🙏
4:58 "label choose operation", where did that go? Shouldnt it suppose to be one of the options or like a placeholder for oper? Also instead of getting white space, im getting error undefined value messages when values are just empty, any advice? thx
The label tag is attached to the input so that when clicked on it focuses on that input (mainly mobile related). It is also for screen reader usability etc. Kinda pointless in this particular situation. In order to get a placeholder in a select you can use this: Placeholder goes here.
so if *and if* i finish writing the code but instead of getting the value of the added/subtracted number i get none a blank white screen with no text whatsoever *how should i fix it cuz i copied the whole code in the screen and put the folder in the htdocs folder* help! TwT
Sir, I loved your videos.But,I have a problem in videos .That is gallery videos its php version 7.4.6 and it shows error parameter in php version 7.4.8
I created a blog system containing about 10 fields for the image upload. When I insert like 5 images and uploaded the blog to the web, the 5 empty fields will show the little icon when the image is not uploaded. Is there any way to hide this little icon if the image field was empty and it's empty in the database? Or i should every time change this add post codes? PLZ HELP!
You need to have this running on a live server or localhost server. PHP is serverside code and needs to run on a server. You cannot just double click a .php file and open it in your browser to make it work like you could a .html file
I'm a little confuced... The code works for the most part, but it wont actually output the result whenever I say: echo "Value: " . myCalc($num01, $oper, $num02); It only actually output the result when I say: echo myCalc($num01, $oper, $num02); Did I get the string-operator wrong? I managed to find the problem, but don't know how to fix it...
Hi guys, can u help me pls? Whenever I'm working with xampp, after turning off the computer the file does not work until I create a new one and copying the exact same code into it. Do you have the same problem? Thanks for help and have a nice day!
Great videos brother! It seems somehow i cant see the two last videos from this course. I think the video number 14 and video number 15 somehow got removed by youtube. Can you please reupload them. I would preciate that 🙏🏼🙏🏼
Please make a real world OOP based project. it will really help, if possible make using MVC, because there are not so much such tutorials which gives real life experience in mvc by doing real life project.
hello sir,first of all thank you so much for this tutorial,could you please tell me if I can watch your ancient tuto even if it's not updated yet because I really like how you teach PHP
Excellent video! I learned so much. I used to always wonder when creating HTML and CSS what in the world is this name="null" used for? Now I know thanks.
Hey Daniel, been a follower for years, love your content - it’s taught me how to code. Furthermore, are you fluent in react? It’s needed in jobs today. I love your teaching style and wanted to see if you would make a tutorial if you knew react well.
Hi Dani. Your videos are excellent. You have a playlist PHP Tutorials with 65 videos in it. Are you going to redo all those videos in this updated playlist? Thanks
It's just a indicator to where the text should align to, since some countries write text from "right to left", instead of "left to right". 🙂 You can just leave it out, and it will default to "left to right".
Hi Dani, I follow your instructions step by step, but I can’t compile the results successful. Finally I found that I need put those super global $_GET inside the functions to compile, so weird….
what kind of programming language are you using? thank you. i'm learning a lot from you. I'm a third year student taking Information Technology course. And your tutorials are helping me a lot specially now that we are learning from online classes.
Notice: Undefined variable: num02 in C:\xampp\htdocs\my website\functions.php on line 22 this shows up everytime i run the programme on local host any help?
Thank you :) You are right, htmlspecialchars() would be a required addition to my little exercise here to prevent a user from injecting code into the website. Should have included that as well.
Hi everyone I would like to ask for some advice from this community of web developers about the problem that I am facing right now as I am personally not an IT person. I hired a web developer to develop an e-commerce website for me. Yesterday I came to know that the PHP version that was used to creat the website was very old, it’s PHP 5.6. A friend of mine who a understand a thing or two about the web development, said that this web developer had you, in an ugly way thoroughly. What he meant is that the version is to old. And it’s practically useless. He said it’s impossible to upgrade it or do anything about it. He said the web developer sold me a useless website. If it’s not a problem for you guys, could you please enlighten me as how bad is my situation here, and if my friend is right. Because, though my friend understanding something about web developing but he is not a professional.
That's why I love your videos, you explain the "whys" instead of the "whats". 99% of tutorials on TH-cam are only coding along without any explanation, then we watch it feeling frustrated in the end cause we don't learn anything, we just copy and paste.
agreee with your point
what is the ____ concept is on google search not why
??
Just started learning php yesterday and i gotta say ive never learned anything as fast as im learning php, super helpful content man! Thank you so much!
Hey my name is Bobby and after watching your videos for months I’ve become a Zend Certified PHP Software Engineer! Thanks a lot for great amazing content!
Bro u helped me a lot to understand php whole login form i build and now e-commerce just with ur concept (contact ,comments,login,password reset password,payment method and so on) that's incredible piece i have build so far 😍😍😍 i really happy that being part of ur channel
Dani is the best. You taught me a lot in your lessons and now I build dynamic websites.
Great vid. I loved it when you coded along rather than just going though a slide show though. Thanks :D
Daniel please please continue you're an amazing person, i have learned so many things from u, we need more people like you. Don't stop
Hey Dani
Your videos are great man! Thanks a lot.
I started lots of programming courses and never keep on going. But yours are the best one! Please, keep making more videos!
Again, you are a GREAT instructor. I wish I could hit the like button five or six times!
Your NEW gaming stuff... well, I watch it to support you but I am 69 years old and gaming is not My thing.
I always waited for this video from you dude, other channels are less interactive, and yes, some of them sucks. A lot.
And this video was great. Plz do upload the next part soon. 😊😊
Excellent video, but although you do mention via a popup that you require the
thank you so much for your videos. You break these down step-by-step and answer every question I have so far.
pressing the submit button gives me the php code what am i doing wrong
in the function file open html code and then in the body put copy paste the code in the php after that it should work
Awesome tutorial Dani!!!! Thanks!
Realy like you vid's but at 6:57 you say at the very first you create a function.....so my code wasn't working checked it twice all ok so I tried te add at the very first its workink now... I thought is only within HTML-code.
No. Whenever you write php code, it should be inside tag. Otherwise php code won't work.
Same here until I added the
Always have at least an opening tag, however if, you have a .php file with PURELY PHP code, you should start with an opening tag, it can cause your PHP code to not run and throw out errors
You've become a true coder haha, no more typing just magic appearance 😂😂
PHP is so much easier than C#.
I whish there where some good explanatory tutorials for winforms 😉😉🙏
4:58 "label choose operation", where did that go? Shouldnt it suppose to be one of the options or like a placeholder for oper?
Also instead of getting white space, im getting error undefined value messages when values are just empty, any advice? thx
The label tag is attached to the input so that when clicked on it focuses on that input (mainly mobile related). It is also for screen reader usability etc. Kinda pointless in this particular situation. In order to get a placeholder in a select you can use this:
Placeholder goes here.
im not getting the value printed in the page, are all of these codes in one file or two files? functions and index?
Excellent video. Learning a lot from you. Thank you .
so if *and if* i finish writing the code but instead of getting the value of the added/subtracted number i get none a blank white screen with no text whatsoever *how should i fix it cuz i copied the whole code in the screen and put the folder in the htdocs folder* help! TwT
Awesome explanation! Loved it!!!
Sir, I loved your videos.But,I have a problem in videos .That is gallery videos its php
version 7.4.6 and it shows error parameter in php
version 7.4.8
Why did error acured when i first write case and then it sid that problem is unexpected cse
I love this tutorials, can you explain send data with ajax please??
Instead of you could have written , as the user wouldn´t be able to type strings into those input fields.
Bro, thanks very much for the tut...
very good format, really like the simple stuff.. you can really build from this.
Hello!
Can you make vid to make website html in mobile plz
Because i have prob with css
Its not connecting? Why? Plz make vid
I created a blog system containing about 10 fields for the image upload. When I insert like 5 images and uploaded the blog to the web, the 5 empty fields will show the little icon when the image is not uploaded. Is there any way to hide this little icon if the image field was empty and it's empty in the database? Or i should every time change this add post codes? PLZ HELP!
In PHP the database connetion must be a singleton?, sorry for my english.
"Must"? No.
It's better for it to be , though. As opening up a DB connection is resource heavy.
@@Sencifouy Thanks bro.
Hi i did exactly the same but the result was the content of function.php file !! Why? Would you please guide me?🙏🏻
You need to have this running on a live server or localhost server. PHP is serverside code and needs to run on a server. You cannot just double click a .php file and open it in your browser to make it work like you could a .html file
You need to have local server environment and you need to open your php file with the proper tags ( start with )
I'm a little confuced... The code works for the most part, but it wont actually output the result whenever I say:
echo "Value: " . myCalc($num01, $oper, $num02);
It only actually output the result when I say:
echo myCalc($num01, $oper, $num02);
Did I get the string-operator wrong? I managed to find the problem, but don't know how to fix it...
similar problem, what do i do?
Followed code for code, didnt work it is saying it Undefined array key "oper" "num01 and 2"
same, did u figure it out?
Thanks 😊 For this
Hi guys, can u help me pls? Whenever I'm working with xampp, after turning off the computer the file does not work until I create a new one and copying the exact same code into it. Do you have the same problem?
Thanks for help and have a nice day!
great video my dude. blessings to you
Great videos brother! It seems somehow i cant see the two last videos from this course. I think the video number 14 and video number 15 somehow got removed by youtube. Can you please reupload them. I would preciate that 🙏🏼🙏🏼
Hello Dani can you make some more vids on MySQL and PHP projects?
Thanks so much for this course!
Hi, where is the number 14.. I could not find it..The only one I have now is number 15 (create a php Calculator)
Hw to make unique slugify url in php
how to tell that submit button will shows the php code, i mean , what if there is 2 button on the form tag?
You wouldn’t have more than one button per submit. 🙂 It would have no purpose.
No where I see "Choose operation!" on the html page, why did we write it?
5:34
@@Dani_Krossing Thank you so much for your swift response, however I don't see the label "Choose operation!" in the form (run time)
Please make a real world OOP based project. it will really help, if possible make using MVC, because there are not so much such tutorials which gives real life experience in mvc by doing real life project.
great video !!
It would be awesome if you start a series of tutorials about PHP Frameworks
You should tell more about "pure coincidence". Does this mean I could use different names for passing values?
How can I develope oop based monthly income/outgoing system in web develpmnt
Amazing vid!!
thank you men I'm from Iran and Id liked this php learn
hello sir,first of all thank you so much for this tutorial,could you please tell me if I can watch your ancient tuto even if it's not updated yet because I really like how you teach PHP
Hi sir I want ask how to develop a website using two different languages like php and c# or other lang Im just so curious
Whta if submit nothing ?
Excellent video! I learned so much. I used to always wonder when creating HTML and CSS what in the world is this name="null" used for? Now I know thanks.
Hey Daniel, been a follower for years, love your content - it’s taught me how to code. Furthermore, are you fluent in react? It’s needed in jobs today. I love your teaching style and wanted to see if you would make a tutorial if you knew react well.
How can I create login system for monthly income without form in oop php
Hi Dani. Your videos are excellent. You have a playlist PHP Tutorials with 65 videos in it. Are you going to redo all those videos in this updated playlist? Thanks
Yeeeesss. Comeback
Amazing video
This is great example thank you.
Can you make a laravel tutorial?
Bro when are u gonna update the old php playlist
That's what I'm doing right now 😅 literally with this video
@@Dani_Krossing haha
@@Dani_Krossing thanks a lot for the feedback sorry for disturbing u
@@mullabro2 No problem ;) and no need to apologize for asking questions :) I'm more than happy to answer
what is dir="ltr"????
It's just a indicator to where the text should align to, since some countries write text from "right to left", instead of "left to right". 🙂 You can just leave it out, and it will default to "left to right".
@@Dani_Krossing ok! i found this very helpful.
Simple but dope. 👻
I love to learn ReactJS :3 i hope you teach ReactJS :>>
Hi Dani, I follow your instructions step by step, but I can’t compile the results successful. Finally I found that I need put those super global $_GET inside the functions to compile, so weird….
Could you please make an video on Dynamic Select box, thank you!
@Dani Please make a Codeigniter 4 tutorials.
1. is it essential for php developer to know wordpress and other other cms?
2. how often does php developer need to adjust apache server?
currently learning this in my bootcamp
PHP MVC Project please. Many companies uses the MVC framework, and the procedural is really not that efficient.
I think is time to start a PHP framework either laravel or Codeigniter
Symfony
@@Galgaldas why symfony??
can't find #14
what kind of programming language are you using? thank you. i'm learning a lot from you. I'm a third year student taking Information Technology course. And your tutorials are helping me a lot specially now that we are learning from online classes.
It literally says it in the title, PHP
Notice: Undefined variable: num02 in C:\xampp\htdocs\my website\functions.php on line 22 this shows up everytime i run the programme on local host any help?
Spelling or syntax error most likely
thank you so much I made my own calculator
thanks bro 🥰
cool video)
I respect you!!!!!!
Please sir....
How to make payment on a website using PHP
You are worked in production with procedural php?
no
throught this example I found it extremely similar to javascript syntax
I just one to add something, please make sure you are using htmlspecialchars or htmlentities as he did not say anything about that. Anyway great video
Thank you :) You are right, htmlspecialchars() would be a required addition to my little exercise here to prevent a user from injecting code into the website. Should have included that as well.
you have a little mistake, you misplaced the label tag, it should be outside the select tag and you put it inside, regards!
Can u please make a tutorial about. Making a pdf and send it to email using php
thanks a lot.
You're very pretty! ^_^
Luv u men 🌹
I have just watched #13, where is #14?
If there are no more videos in the playlist, this is the last one.
@@Dani_Krossing Confused after having found another similar PHP course of yours th-cam.com/video/mXdpCRgR-xE/w-d-xo.html ...
Hi everyone I would like to ask for some advice from this community of web developers about the problem that I am facing right now as I am personally not an IT person. I hired a web developer to develop an e-commerce website for me. Yesterday I came to know that the PHP version that was used to creat the website was very old, it’s PHP 5.6. A friend of mine who a understand a thing or two about the web development, said that this web developer had you, in an ugly way thoroughly. What he meant is that the version is to old. And it’s practically useless. He said it’s impossible to upgrade it or do anything about it. He said the web developer sold me a useless website. If it’s not a problem for you guys, could you please enlighten me as how bad is my situation here, and if my friend is right. Because, though my friend understanding something about web developing but he is not a professional.
Contact your hosting party, they will be able to advise you. If you upgrade your PHP you can always revert it (though it might be difficult with v5.6)
Pls make a video for security and making a hack free website
❤
thank you code mr beast
I cant be the only one that thinks this but Daniel low-key looks like Elon Musk! Haha Dope!
DOOD!
775 Robin Street