There are many people can program well, many people can teach well, and many people can make great video well. But it's so hard to find people that can master all three !! Thank you Daniel!!
@idlemind4902 Жыл бұрын
Dear Daniel,I am going through your tutorials one at a time and I can't thank you enough for their lucidity and comprehensiveness.Kudoas to you
@nancyfazal25366 жыл бұрын
Your tutorials have helped me alot learning so many thing..Great Job!
@tangerine89962 жыл бұрын
you sir just earned my respect 💪
@joemoe17397 ай бұрын
without you, I would struggle to master this programming language
@Dani_Krossing7 ай бұрын
Thank you 🙂 I have a newer PHP course on my channel, which is better than this old one btw
@kwabenalloyd2 жыл бұрын
I am very appreciative of your detailed explanation of things.
@kevinsimpson32955 жыл бұрын
Very good explanation, thank you!!
@ademineshat6 жыл бұрын
Hello again. Thank you for the awesome Tutorials! In this Episode I think it will be more interesting if you mix the sessions with arrays, for example: accessing sessions that users created like a shopping card (itemID, itemName, Quantity etc), just as we create sessions when the user clicks "add card".... There are many tutorials with shopping card but all in one episode and its all complicated when it comes to arrays! So please take this as an Idea in the future to have one of these episodes :) Best Regards :)
@genialbien26224 жыл бұрын
Great!!! Súper!!! From Paraguay!!!
@Handleme236 жыл бұрын
Thank you for this!! I love you!
@fabbianngala96758 жыл бұрын
i do love the job u are doing
@thesimplife73085 жыл бұрын
very clear explanations, plain language with complete sentences. no herky jerky running around the IDE....great teacher! Q: is it possible to show how to retrieve data from database, to load into (for example) a directory form on a particular website page. Yes, I am creating a small-community business directory....cheers!
@slimyelow4 жыл бұрын
VERY well explained. Thank You !!
@calvinebun-amu53974 жыл бұрын
Thanks so much. Your tutorials are awesome.
@gattorr8 жыл бұрын
Can u make a some videos of using checkboxes and radiobuttons to retrieve data from mysql base.
@yongjung54336 жыл бұрын
You are the man!
@GurnBograt19865 жыл бұрын
This is also called a dictionary or hash table in other languages.
@mitchellmonteza68306 жыл бұрын
Thanks bro. God bless..
@sebu68314 жыл бұрын
My dude ... thank you soooo much. Because of that I was able to navigate trough my mutlidimensionale array and get an ID which is associat with a certain IP I was looking for. Fuck yeah !
@yamengames71206 жыл бұрын
Thanks alot
@TheNivesh198 жыл бұрын
please make a sets of episodes on creating a dynamic social website plzzz
@Handleme236 жыл бұрын
I am trying to implement an array players. They each have their own number player1-4 and I have to display their score. It’s for a silver jack game. Can you help? I have to implement this in an array
@paulklimenko84195 жыл бұрын
Hello nice tuts. I HAVE A QUESTION. Related to array, can you explain why we put html input checkbox name= "checkbox [ ] " . How those brackets as key can turn into value in an array? I dont get it. Thanks pal you awesome.
@wesamal-shaibani81573 жыл бұрын
Associative arrays in PHP remind me somewhat of dictionaries in Python
@Working8003 жыл бұрын
These are like JS objects
@sofasniperman5 жыл бұрын
Are you Daniel Nielsen?
@Dani_Krossing5 жыл бұрын
I would say so
@aricwilliamsdeveloper4 жыл бұрын
Let's go young Elon musk!!
@baxzfirework52538 жыл бұрын
First like xD
@LayeredKnot91902 жыл бұрын
Soooo Objects...
@Dani_Krossing2 жыл бұрын
This playlist is procedural PHP. 🙂 For OOP PHP you need to watch the OOP PHP playlist.
@LayeredKnot91902 жыл бұрын
@@Dani_Krossing Thanks for the fast reply but.. this comment is out of context.. the context is that the associative arrays are somewhat similar to javascript objects (in my perspective)
@LayeredKnot91902 жыл бұрын
@@Dani_Krossing And thanks for this series because it help me on some problems that i cant find the solution and i already watched the oop series and it's great
@Dani_Krossing2 жыл бұрын
Objects in JavaScript aren’t really objects in the same sense as objects in any other OOP language out there, so do yourself a favour and don’t use JavaScript as a comparison. 🙂 Because you are right about associative arrays seeming similar to JS objects, but that’s only because JS objects are EXTREMELY scuffed and simplified hehe. Don’t get me wrong I love JS, but it isn’t really a OOP language even though it “technically has objects in it”. 🙂 I can understand your original confusion if you used JS objects as a reference hehe. 😅