PHP Tutorial (& MySQL) #4 - Variables & Constants

preview_player
Показать описание
Hey gang, in this PHP tutorial I'll explain the difference between normal variables and constants, and show you how to use both of them.

----------------------------------------

🐱‍💻 🐱‍💻 Course Links:

🤑🤑 Donate


🎓🎓 Find me on Udemy

Рекомендации по теме
Комментарии
Автор

I keep forgetting the "$" when referring to variables, so more often than not I get the "undefined constant" error several times.

Anyway, thanks for making these tutorials. Got me back on track after abandoning a course in the <span> of a few days.

ZGURemixer
Автор

Bro, you deserve a medal bro. You're the best lecturer everrr

syasyahadirah
Автор

damn i like it
i finally began to see the overall pic of the process from front-end, back-end and the database

Mustafa-cvpk
Автор

This tutorial is great. You're a really good teacher. I've done parts of two other PHP tutorials before, and they both had issues that yours doesn't have (typing new things without even mentioning them, throwing multiple concepts at the listener at once and then immediately moving on, making awkward jokes that have nothing to do with PHP or coding, not explaining how to set apache or any kind of environment).

gothicwave
Автор

Much awaited series !
Kudos Senpai ✌🏼✌🏼🙌
Perfect gift for my birthday 😊

hassantariq
Автор

Please make complete video tutorial series on PHP and MySQL ..

DevOpsConnect
Автор

very best Tutorials Shaun, we easy to understand your tutorials because of your lots of efforts to making this video, Thank you Shaun! :)

atishmhatre
Автор

I finally got my Christmas money so I am able to become sponsor. Thanks for everything you do Master

mikolajhenzel
Автор

This is the best YouTube php tutorial I have seen so far. It's very helpful, thanks heaps!

CRN
Автор

Amazing, straightforward and to the point as always Cheers :)

osherezra
Автор

Great tutorial but a white background in your editor would have been better for me as I cant see other colours on a black background

jasonparker
Автор

great course. thank you very much for your effort. Could you do a Laravel tutorial, pretty please? Thanks and have a great day!

claudiobrt
Автор

Awesome tutorial series. Could you please let me know how can we echo a constant?

itahirk
Автор

right, thanks Ninja. I have a too-early question to ask. Is PHP object oriented, like JavaScript?

gyenabubakar
Автор

I made a page with HTML + PHP where you click the button and your name appears.

TheDigiWorld
Автор

Hi, Is there a software like Sublime Text that is free that doesn't require purchasing a license? Thanks.

FedericoMusic_
Автор

Sir, help me out with this :
1- $name= 'ninja';
Echo "my name is $name";
2- define('name', 'turtles');
Echo "my name is name";
Sir how can we write constant variable inside the double quotes to be recognised by php.where as for the 1st code the variable name was recognised by php inside the double quotes.
Pls do reply sir....

rahuldeb