It took me hours to understand the hexadecimal numbers and letters, thanks!
@ProgramWithGioАй бұрын
Probably took me the same when I first learned it :)
@cristianvulpe14083 жыл бұрын
Learning something new every single video. I finally realize how much I still need to cover for my ZEND certification. Thank you Gio.
@ProgramWithGio3 жыл бұрын
Glad you find these tutorials helpful. You're welcome 🙌
@hiennguyen-lw6eu Жыл бұрын
@@ProgramWithGio Should I study PHP 7. First or go straight to PHP 8. .I am a beginner and I don’t know which version of PHP I should study
@ProgramWithGio Жыл бұрын
@@hiennguyen-lw6eu This course starts with 7.4 and goes up to 8.2 so we cover everything that you need.
@hiennguyen-lw6eu Жыл бұрын
@@ProgramWithGio oh thank you so much i like it
@nyinyiandnyinyi8 ай бұрын
Learned a lot of basics from this tutorial which are not covered in others. Really really useful and good for a beginner... thanks a lot Gio
@ProgramWithGio8 ай бұрын
Glad to hear that
@snakemanluffy76453 жыл бұрын
WOW! I didn't know there was some deep knowledge I was lacking. Thanks :D
@ProgramWithGio3 жыл бұрын
Glad it was helpful, you're welcome 👍
@MrClueTea11 ай бұрын
Man after not being in university for over 8 years, and been in an information system and project management & service desk role, I completely forgot that binary goes from right to left. So b110 is different to b11, because adding in that final 0 adds the negation of a 1. Each time you add a or a 0, it's defaulting it back to 1, and increasing the left values. Blew my mind whilst having a flash back to in class of looking at a graph from to left on a max value of a byte - already a weird sentence. You're a gem. Thanks for reinvigorating my mind and providing decent stimulation. You speed through this stuff like a breeze and it's super digestible to pause, and try. Good work, you deserve more subs!
@ProgramWithGio11 ай бұрын
Happy to hear, thank you 🙌
@marombeltran705911 ай бұрын
Everything becomes clearer as I go, thank you infinitely Gio.
@ProgramWithGio10 ай бұрын
I'm glad, keep it up
@SynMlyn9 ай бұрын
Gio, your tutorials have been incredibly helpful. Thank you for your hard work!
@ProgramWithGio9 ай бұрын
Happy to hear
@Vitalii-m6r Жыл бұрын
This lesson is pretty useful. Thanks.
@ProgramWithGio Жыл бұрын
You are welcome
@DasHeino20105 ай бұрын
Aw man! This is going to be a loooong series! Why didnt I learn that in school!?
@ProgramWithGio4 ай бұрын
It is a pretty long series that spans 4 PHP versions
@prabu27783 жыл бұрын
Vera level next level teacher
@stefanbirsan33203 жыл бұрын
the best of the best!
@rustlejack95423 жыл бұрын
All understood except hexadecimal,octol and boolean integers.. plzz make another video on that topic
@ProgramWithGio2 жыл бұрын
Thank you for the suggestion.
@osamaibrahim8172 Жыл бұрын
thank you so much i use to learn new things in php did not know before
@ProgramWithGio Жыл бұрын
Glad to hear that 🙏
@alexandershnaidman8188 Жыл бұрын
Great lesson , I've learned a lot
@ProgramWithGio Жыл бұрын
Glad to hear it
@RaulZham3 ай бұрын
My jaw drops since I really don't understand anything about those numbers except decimals. I have learned it before in university but it was long ago. I really forget everything. I think i gonna stop worrying about it and move on until it is really in such dire need of use. Then I will search for that topic specifically.
@ProgramWithGio2 ай бұрын
Don't worry about every little detail, you can always come back to the specific topic like you said. Get to the exercise part & whatever troubles you have go to those topics & watch them again
@ינוןאלבז-כ1ז2 жыл бұрын
Very enriches the knowledge! 🙏🙏🙏🙏🙏
@ProgramWithGio2 жыл бұрын
🙌🙌
@MrSrdjanStojkovic6 ай бұрын
Very useful. Thanks
@ProgramWithGio6 ай бұрын
You are welcome
@geeksesi3 жыл бұрын
amazing. good tutorial
@ProgramWithGio3 жыл бұрын
Thank you 🙏
@informationsystems062 жыл бұрын
thank you pro you are good . i enjoyed that so, I expect much more from you
@ProgramWithGio2 жыл бұрын
Thank you 💙
@AxxionMarketPlace-iu6ri Жыл бұрын
Thank you
@ProgramWithGio Жыл бұрын
You're welcome
@computerlearningbyargusaca52173 жыл бұрын
🙏🙏Very nice . love to see more 👍👍videos . 😍😍 thanks for uploading👌👌
@ProgramWithGio3 жыл бұрын
Thank you
@burncode_az Жыл бұрын
Thanks
@ProgramWithGio Жыл бұрын
No problem
@Herobotick20253 жыл бұрын
like before watching
@ProgramWithGio3 жыл бұрын
Thank you 🙏
@ballpen9157 Жыл бұрын
great. thanks.
@ProgramWithGio Жыл бұрын
You're welcome
@kenjohnsiosan97072 жыл бұрын
thank u sir
@ProgramWithGio2 жыл бұрын
You're welcome, 💙
@emonklas10462 жыл бұрын
Very nice
@ProgramWithGio2 жыл бұрын
Thank you
@veyspixelboy2 жыл бұрын
Thank you so much for the video, on the part 2:12 when I cast into integer and I var dumb is it still a float and not integer
@ProgramWithGio2 жыл бұрын
Yes because maximum integer value is reached so when you add one to it, it turns into float to be able to hold such a large number
@gazianis75723 жыл бұрын
$a = 200_200_2000; echo int($a); that,s great ptc
@ProgramWithGio2 жыл бұрын
😏😏
@dohorishorts2 жыл бұрын
$x = (int) 'sjsh88' ; prints out int(0); why it behaves like that. It only works if string is followed by number. Any reason why it wont work if string preceeds the number.
@ProgramWithGio2 жыл бұрын
Because when it starts with a number its considered a numeric string & can be represented as an int or float. You can check www.php.net/manual/en/language.types.numeric-strings.php for more info
@augischadiegils.51092 жыл бұрын
❤️❤️
@ProgramWithGio2 жыл бұрын
💙💙
@sedighemohseni5549 Жыл бұрын
Why I can't see the text in the video?
@ProgramWithGio Жыл бұрын
What do you mean?
@zouhairsahtout96822 жыл бұрын
What I don't like is about this tutorial is you are give too much stuff that are not need it at all, yeah it's good to know that, but not for someone beginner, and you going through the lesson too fast, which my mind kinda fleshed, at half of the video, This tutorial seems good for someone advanced, who just need to fresh his mind not for someone just started because he will end up hating php So I hilly recommend for someone beginner should start with Traversy Media, he's going with you step by step until you build your small project
@ProgramWithGio2 жыл бұрын
Thanks for the feedback but I respectfully disagree. I do agree I go a bit faster in beginning videos which I improved on later, note that this is my first attempt at teaching so I'm constantly improving the delivery method. What I don't agree with is that things I teach isn't just "extra". It's important stuff that usually get skipped in crash courses. So if you want to learn basics of PHP in 3 hours sure go for the crash course. If you want to learn more in depth then this is the right one. Many beginners have taken this course and have done pretty well. Even complete beginners, so if you are a beginner give it a shot, don't just dismiss this series based on one feedback. Either way, if anyone ever has any questions/concerns I'm always available and one DM away on Twitter. I also reply to all comments that I get notified about. Cheers 👍
@alnahian2003 Жыл бұрын
@@ProgramWithGio nothing to worry, you’re doing great 🌟
@mrtruth842 жыл бұрын
Despite PHP is very ease learning, it has strange behaviors.
@ProgramWithGio2 жыл бұрын
Sometimes yes, but PHP is heading in the right direction to remove and minimize such strange behaviors.
@sofianmezai90513 жыл бұрын
how to find the true value before Integer Overflow on a 64-bit system in php
@ProgramWithGio3 жыл бұрын
You can use PHP_INT_MAX to find the max int number on machine
@sofianmezai90513 жыл бұрын
this is my code function get ($l,$c){ $value=0; if($c
@ProgramWithGio3 жыл бұрын
@@sofianmezai9051 Yea it returns that on my machine (I'm on 64 bit). If you are not getting that value try turning integer to float datatype, it should be able to store bigger number. You can also use as I said PHP_INT_MAX to check if you have reached the maximum & handle it in a different way. What is the problem that you are having?
@sofianmezai90513 жыл бұрын
@@ProgramWithGio i must return this value 14226520737620288370 but i have this value float(1.4226520737620287E+19)
@ProgramWithGio3 жыл бұрын
@@sofianmezai9051 that's the same value. It's just in scientific notation. Try using number_format or sprintf to format it the way you want