Learn the PHP programming language in this full course / tutorial. The course is designed for new programmers, and will introduce common programming topics …
Original source
Learn the PHP programming language in this full course / tutorial. The course is designed for new programmers, and will introduce common programming topics …
Original source
45 responses to “PHP Programming Language – Full Course”
Hey everyone! Thanks for watching my course
Follow me on twitter at https://twitter.com/mike_dane
I cant reach localhost, can somebody help me?
2:45:30
shorter code same result
function getMax($num1, $num2, $num3){
if($num1 > $num2 && $num1 > $num3){
return $num1;
} elseif($num2 > $num3){
return $num2;
} else {
return $num3;
}
}
I'm getting cmd error after typing php -v ,, not recognized internal or external command.. help me out. Thanks
I wish you had use vscode! Brackets is giving me trouble w/ the php functions and I might have to switch. Atom can not be a good choice, can it? Let me watch the complete section.
ON building a calculator part I get this error..
<form action="phptutorials.php" method="get">
<input type="number" name="num1"><br>
<input type="number" name="num2"><br>
<input type="submit"><br><br>
</form>
Answer is:
<?php echo $_GET["num1"] + $_GET["num2"]?>
— When I refresh my page it says Undefined index: num1 & num2..
Guys this guy is too great. You are going to go places. Be strong okay. This is awesome and amazing. Don't have much to say but be strong.
thanks for this, just got done with it
I am allready have Eclipes, is it enough to work with php?
I got an error when I typed php -v in the cammand prompt – but I did it from C: not > as you did
young developer here, two weeks in the field, this vid is one thing i will keep watching and watchin…thanks bro
I wanna to ask u if i can download the vedio because i don't have a 5 hours online connection
I don't want to still u effort on this vedio
Finished watching entire course
I want know about what Ajax is anh how to work and database usage in web industry
reminder for myself 3:01:00
When i get a job, get extra money, I'll sure donate. thanks
you are so talented in teaching!
install php on windows with cmd or without apps
https://youtu.be/v9_uSvxLWuA
You also forget to tell people that you should not mix php code with html, only in case of displaying data
4:02:13
You're just awesome, cant stop following you
Error at 1:57 If you say for example: $fruits[0] and click pears and then apples it will print apples. Which means it doesnt take the first one you press
Why did he used server on cmd. Should I use xampp or wampp as a server? Can someone explain the differences? Thanks for the help
what an amazing application and good presenter. thank u dear.
1:19:46 why it says "Undefined index: num1" :((
i already know basic html and java so this looks pretty easy
Enable auto captions! Someone else can edit them if you'd like, but YT will get pretty close as-is.
2:37:16
1:56:00 not working why ?? the checkbox example
"Kevin", "Karen", "Oscar", "Jim"
Proceeds to replace "Karen" with "Dwight"
I see what you did there. Would've been more awesome if you included "Prison Mike". Lol.
very good job sir 😀
Awesome tutorial. Now i'm thinking … what to choose front-end or back-end. Which is better payed? I know HTML/CSS/JavaScript/SASS=junior front-end, have porposes for back-end.
THANKS
The course was good, but I think most of the examples could have be done using javascript. Isn't PHP mainly used in order to connect to a database ? I guess PHP could be used instead of javascript, but I am not sure why anyone would want to learn PHP instead of javascript.
bruhh i followed all steps that u have told but when i type echo %PATH% i didnt see C:php
Master object oriented php and MySQL with pdo. https://www.udemy.com/create-a-peer-to-peer-website-in-php-mysql/
Do you need to install Apache first?
when i type "php -v" it gives an error saying " the code execution cannot proceed because VCRUNTIME140.dll was not found. version 7.3.3 usingx64
This is basically Java. Is there anymore to php? Because I was told it was deeper than Java.
Just a quick question. When my page loads up it automatically echoes a Notice onto the html. I didn't see that happen with yours.
Notice: Undefined index: celebrity in C:Usersdaviscodephpphp-practicemad-lib.php on line 19
I'm assuming it is because the php doesn't have any data to fill out the form and sends the notice. How do I stop it fro doing that? While observing yours I didn't see that happen.
Thank you in advance! 😀
hi mike , discussing about the webserver its better to use xammp or this which u have suggested in the beggining??
Thanks
Ty for this 😉
OFFICE FAN SPOTTED!! 1:47:00
there are a lot of thins like a javascript, and essy to anderstand)))