PHP Tutorial (& MySQL) #8 - Multidimensional Arrays

  Рет қаралды 98,738

Net Ninja

Net Ninja

Күн бұрын

Пікірлер: 47
@moussasamake8621
@moussasamake8621 3 жыл бұрын
I never see someone who teaches php like you. Thank you very much (my English is no good).
@ousmanealamakaba3135
@ousmanealamakaba3135 2 жыл бұрын
vous etes guineen Monsieur ? je le suis mais je parle l'anglais comme langue principale
@moussasamake8621
@moussasamake8621 2 жыл бұрын
@@ousmanealamakaba3135 non je suis Malien
@jameshalstead6742
@jameshalstead6742 4 жыл бұрын
This is a great channel and you have done a good job so far. I am a college student for programming and next quarter we start using PHP so I wanted to get a few months practice in before then. So far your tutorial has been just as good as my instructor's lectures on the other programming languages we are learning. I look forward to finishing this series, thank you for providing such a great tool for developers in the making!
@AndreiSza6o
@AndreiSza6o 2 жыл бұрын
amazing explanation, I've seen dozens of tutorials with multidimensional arrays but this one is the one that made everything clear. From this moment I'm looking forward to watch your tutorials. Thanks a lot!
@NetNinja
@NetNinja 2 жыл бұрын
Thanks for the support Andrei :)
@dontargetme1994
@dontargetme1994 5 жыл бұрын
excellent series thank you so much !! tips for better way to view tables : echo ''; print_r($tableName); echo''; and for more details echo ''; var_dump($tableName); echo'';
@thevajmin
@thevajmin Жыл бұрын
Bro aint holdin back on those video game references ☠️ Hope Nintendo doesn't come after him
@virgo2004
@virgo2004 Жыл бұрын
hahaha lol
@michaelmccabe9871
@michaelmccabe9871 3 жыл бұрын
Control-Click! OMG life saver!
@tg9460
@tg9460 4 жыл бұрын
Awesome introduction to PHP for Newbies. Thanks so much. Great contents.
@harshwardhankoushik8515
@harshwardhankoushik8515 5 жыл бұрын
sir pls continue with the series and let it not be limited to a basic level....let it go to all its roots upto advance
@justinherrera6790
@justinherrera6790 5 жыл бұрын
true
@HostDotPromo
@HostDotPromo 5 жыл бұрын
Multidimensional arrays are super useful especially when using MVC and passing data to Vue components. I can pass a single prop and put all the data and arrays inside of it instead of passing multiple props.
@202prince1
@202prince1 5 жыл бұрын
Hey Shaun, just wanted to let you know that there is a channel called "Codex Tron", who just reuploads your videos you should report it and take his videos down.
@NetNinja
@NetNinja 5 жыл бұрын
Thanks for letting me know!
@hackzyoboy2459
@hackzyoboy2459 5 жыл бұрын
Thanks man, I have reported that channel too. Anything for shaun
@raymondmichael4987
@raymondmichael4987 5 жыл бұрын
Thanks dude, we surely entitled to inform those frauds to shaun, his is using a massive amount of time and other resources just for us to get these content. Take action Ninja. Greetings from Tanzania 🇹🇿
@shannonstumpf1861
@shannonstumpf1861 Жыл бұрын
i'm loving this series! what is the difference between print r and echo?
@Hejhouyou
@Hejhouyou 5 жыл бұрын
Awesome job. Can't wait to see you explain how superglobals work. Mainly cookies, sessions, post, get etc ...
@NetNinja
@NetNinja 5 жыл бұрын
All explained in the second part of the series :)
@MustafaBirsoz
@MustafaBirsoz 5 жыл бұрын
You are the ninja!
@hotsmissed9965
@hotsmissed9965 3 жыл бұрын
array_pop function can also delate the last item of array but when we store this function inside the variable it delate the last item in this array and store that delated item inside the variable so it make sense right now we've just echoing this variable by print_r() function
@ramankr0022
@ramankr0022 10 күн бұрын
very helpful
@naj_skcir
@naj_skcir 4 жыл бұрын
omg i just learned a sublime shortcut hheehehe
@Mustafa-cv1pk
@Mustafa-cv1pk 5 жыл бұрын
thank you master))
@ranafaisaljoyia965
@ranafaisaljoyia965 5 жыл бұрын
great sir,love from pakistan
@TheYogaMagic
@TheYogaMagic 2 жыл бұрын
sir how to insert Multidimensional Array values in assending order in database...plz sir reply
@siddhantsawant826
@siddhantsawant826 4 жыл бұрын
sir i have one doubt my array is this $data=array(array('India'=>'1','usa'=>'2'),array('India'=>'3','canada'=>'7')); and i want this output to print Array('india','1','3'); Array('usa','2','0'); Array('canada','7','0'); how to do
@cdnsilverdaddy
@cdnsilverdaddy 4 жыл бұрын
How can we take results from an mysql query (oci) and dump the values to the array.. for example, it my query I have the results of product id, name and price (3 "columns") and it returns 3 records. How can I add each record/row from the query and add them into an array? I think I have to use a loop right? then what array_add or something like that? I think this is called array_push correct? how to loop and add it?
@cdnsilverdaddy
@cdnsilverdaddy 2 жыл бұрын
@Jake Devnot very descriptive LOL
@yamacode9958
@yamacode9958 5 жыл бұрын
How many videos are in this series?
@NetNinja
@NetNinja 5 жыл бұрын
about another 30 or so
@sapo223
@sapo223 4 жыл бұрын
thank you
@JACKoPL
@JACKoPL 5 жыл бұрын
Is not it better to present examples using xdebug? Visually better.
@raymondmichael4987
@raymondmichael4987 5 жыл бұрын
Oooohps, Shaun I have a problem related with your "react redux and firebase series" marioplan; there's a breaking changes to the react redux firebase, can you just adress even with 2 minutes video, if it's not too much to ask. As always keep up the good work. Greetings from Tanzania 🇹🇿
@NetNinja
@NetNinja 5 жыл бұрын
Hey, yeah, unfortunately a few changes have occurred since I released the vids. I will be doing a newer React/Firebase course in the future without using the firestore reducers :)
@arifwidianto6538
@arifwidianto6538 5 жыл бұрын
Just try to downgrade React-redux into version 5.1.1 , cause react-redux-firebase didnt support with react-redux version 6
@raymondmichael4987
@raymondmichael4987 5 жыл бұрын
Arif Widianto, sure. That's what I ended using. I preferred using updated approach to avoid vulnerability. But thanks for quick reply
@raymondmichael4987
@raymondmichael4987 5 жыл бұрын
The Net Ninja ; thanks. I can live with that. Thanks again
@babuvanam9448
@babuvanam9448 2 жыл бұрын
How to create multi dimensional array with array variables $var = array ( array( array(1,2,3,4), array(2,4,3,6), array (7,5,3,2) ), array( array(1,2,3,4), array(2,4,3,6), array(8,5,4,3) ) ); I want to create the above array with array variables like below $a = array(1,2,3,4); $b = array(2,4,3,6); $var = array ( array( $a, $b, array (7,5,3,2) ), array( array(1,2,3,4), array(2,4,3,6), array(8,5,4,3) ) ); But it is giving errors How to implement this ? Thanks in advance.
@coolwaterdvr
@coolwaterdvr 3 жыл бұрын
👍👍👍👍👍
@kvelez
@kvelez 9 ай бұрын
@despacitodaniel801
@despacitodaniel801 2 жыл бұрын
my head hurts...
@alfiecollins5617
@alfiecollins5617 Жыл бұрын
2:53
PHP Tutorial (& MySQL) #9 - Loops
19:35
Net Ninja
Рет қаралды 94 М.
PHP Tutorial (& MySQL) #7 - Arrays
16:57
Net Ninja
Рет қаралды 112 М.
Farmer narrowly escapes tiger attack
00:20
CTV News
Рет қаралды 6 МЛН
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 108 МЛН
Accompanying my daughter to practice dance is so annoying #funny #cute#comedy
00:17
Funny daughter's daily life
Рет қаралды 14 МЛН
PHP arrays explained
8:03
Bro Code
Рет қаралды 7 М.
How to Vim in 2023: Tips and Tricks
15:53
ThePrimeagen
Рет қаралды 436 М.
PHP Tutorial (& MySQL) #10 - Booleans & Comparisons
12:08
Net Ninja
Рет қаралды 71 М.
PHP Tutorial (& MySQL) #17 - Forms in PHP
16:09
Net Ninja
Рет қаралды 120 М.
PHP associative arrays explained
11:21
Bro Code
Рет қаралды 7 М.
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,6 МЛН
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3,2 МЛН
PHP $_SESSION explained
11:51
Bro Code
Рет қаралды 8 М.