PHP Multidimensional Associative Array Tutorial in Hindi / Urdu

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ม.ค. 2025

ความคิดเห็น • 58

  • @sameersiddiqui8319
    @sameersiddiqui8319 3 ปีที่แล้ว +4

    Thanks A ton Sir. I have covered all the content till this video very well in almost a week.

    • @YahooBaba
      @YahooBaba  3 ปีที่แล้ว +1

      Keep it up

  • @technologyall7923
    @technologyall7923 5 ปีที่แล้ว +7

    Thankyou sir..one day you have 10M subscribe.tq so much sir for this video.

    • @YahooBaba
      @YahooBaba  5 ปีที่แล้ว +6

      Thanks dear for ur Good Wishes. :)

    • @heatherik431
      @heatherik431 3 ปีที่แล้ว

      pro tip: you can watch series on flixzone. I've been using it for watching all kinds of movies these days.

  • @devrajraushan5125
    @devrajraushan5125 3 ปีที่แล้ว +1

    concept clear hi gya totall

  • @bhagirathiverma2627
    @bhagirathiverma2627 ปีที่แล้ว

    Thanks sir for this awesome video😇😇😇😇😇😇

  • @devrajraushan5125
    @devrajraushan5125 3 ปีที่แล้ว

    aap hi ka video dekh rha hu awesome hai.

    • @YahooBaba
      @YahooBaba  3 ปีที่แล้ว

      Thanks Devraj :)

  • @mdalamin-re5ge
    @mdalamin-re5ge 2 ปีที่แล้ว

    Thanks You So Much Sir,,,,,,,Your Best Video,,,

  • @nandinikose1414
    @nandinikose1414 2 ปีที่แล้ว +1

    Wow boht acchese smza 😎🤞🥰thanks for making this videos 🤞🥲🥲🥲

    • @YahooBaba
      @YahooBaba  2 ปีที่แล้ว

      Most welcome 😊

  • @abunurullah2340
    @abunurullah2340 ปีที่แล้ว

    Many Many Thanks

  • @apnaquizchannel
    @apnaquizchannel 3 ปีที่แล้ว +1

    Best videos for php.

    • @YahooBaba
      @YahooBaba  3 ปีที่แล้ว

      Glad you think so!

  • @krishpradhan6222
    @krishpradhan6222 4 ปีที่แล้ว

    Deserve more subs....!

  • @mohsinmustafa6681
    @mohsinmustafa6681 5 ปีที่แล้ว +1

    Thank you so much sir. Sir please make videos on mysql and api creations

    • @YahooBaba
      @YahooBaba  5 ปีที่แล้ว

      Coming soon :)

  • @anuchauhan1100
    @anuchauhan1100 ปีที่แล้ว +1

    Sir ager hume esme krisha,
    Salman, or mohan ki math ki
    hi value nikalni ho
    Please reply it's urgent

  • @Programming_Mentor
    @Programming_Mentor 2 ปีที่แล้ว

    It works like a structure🙂

  • @antardas9808
    @antardas9808 4 ปีที่แล้ว

    Thanks Sir.....

  • @himanshujha6658
    @himanshujha6658 3 ปีที่แล้ว

    sir, can i solve this example which is used in tutorial by using foreach with list function. Sir, please help me because i have try more times and i am not finding the suitable output

  • @syedfaizhassan9783
    @syedfaizhassan9783 4 ปีที่แล้ว

    ASSALAM WALIKUM SIR... SIR MJHY YE PUCHNA THA APNY YEE JO 2 VARIBLE USE KIYE HEN V1 OR V2 TOU ZARURI HAI HUM V2 USE KAREN DIRECTLY V1 KO PRINT NHE KERWA SKTY KYA?

  • @nandinikose1414
    @nandinikose1414 2 ปีที่แล้ว

    Sir agar muze chemistry ke marks total add krne h sabhi students ke toh kaise krna btao n please

  • @burhanuddinsiyamwala1482
    @burhanuddinsiyamwala1482 2 ปีที่แล้ว

    Hello, How are you
    I have one question can we print multidimensional associative array with for loop

    • @YahooBaba
      @YahooBaba  2 ปีที่แล้ว

      Yes we can .....here is an example :
      $array = array('key1' => 'value1', 'key2' => 'value2');
      $keys = array_keys($array);
      for($i=0; $i < count($keys); ++$i) {
      echo $keys[$i] . ' ' . $array[$keys[$i]] . "
      ";
      }

    • @burhanuddinsiyamwala1482
      @burhanuddinsiyamwala1482 2 ปีที่แล้ว

      @@YahooBaba ok thanks for replying but this is only one dimensional associative array I want multiple dimensional array example can you give me please

    • @YahooBaba
      @YahooBaba  2 ปีที่แล้ว

      Uske ke liye kuch khas nahi karna hai. same code he use hoga like ek key ke andar bhi array hai toh kuch aisa hoga code :
      $innerkeys = array_keys($keys[$i]);
      Yeh code aapko uppar wale loop ke andar he banana hai aur Phir $innerkeys ke liye inner loop chala lena hai.

    • @burhanuddinsiyamwala1482
      @burhanuddinsiyamwala1482 2 ปีที่แล้ว

      @@YahooBaba ok thanks 👍

    • @burhanuddinsiyamwala1482
      @burhanuddinsiyamwala1482 2 ปีที่แล้ว

      @@YahooBaba mene ye code use kiya lekin "array_keys() expects parameter 1 to be array, string given" ye error show ho raha hai can you please solve this

  • @rajeshbodana7377
    @rajeshbodana7377 4 ปีที่แล้ว +1

    Nice

  • @sunilmoolchandani9009
    @sunilmoolchandani9009 2 ปีที่แล้ว

    if we get values from database as an associative array, then how we change our key in foreach i.e want to set key as id or name. from database not static

    • @YahooBaba
      @YahooBaba  2 ปีที่แล้ว

      I already explained that in further videos PHP with MySQL

  • @iUmerFarooq
    @iUmerFarooq 5 ปีที่แล้ว

    Sir, Kia is ma for loop use karna posible ha? Q k wo tho index numbers pa kam karta ha ha?

    • @YahooBaba
      @YahooBaba  5 ปีที่แล้ว +1

      Hello Umer, bina foreach loop ke bhi Multidimensional Associative Array aap for loop se , while loop se bhi print kar sakte ho ... for e.g. :
      $array = array('key1' => 'value1', 'key2' => 'value2');
      $keys = array_keys($array);
      for($i=0; $i < count($keys); ++$i) {
      echo $keys[$i] . ' ' . $array[$keys[$i]] . "
      ";
      }

    • @YahooBaba
      @YahooBaba  5 ปีที่แล้ว +2

      Ismein meine Array ke functions use kiye hai jo aap aage aani wali videos mein seekho ge.

  • @ananthanrmenon7185
    @ananthanrmenon7185 ปีที่แล้ว

    👌

  • @badruddinmoiyyedi2506
    @badruddinmoiyyedi2506 ปีที่แล้ว

    can we access a value directly without knowing a key name in multidimensional associative array ???

    • @YahooBaba
      @YahooBaba  ปีที่แล้ว

      NO we can't access

    • @ankushpanchal3196
      @ankushpanchal3196 ปีที่แล้ว

      actually we can access by using foreach loop ,

  • @rajeshbodana7377
    @rajeshbodana7377 4 ปีที่แล้ว +1

    Sir Make a Framework Video Like CodeIgniter soon

  • @mehakamirofficial1370
    @mehakamirofficial1370 2 ปีที่แล้ว

    sir Laravel tutorial kb tk aye ga?

  • @iUmerFarooq
    @iUmerFarooq 5 ปีที่แล้ว

    Sir mana 3 rows ko same name diya and 1 row ko different diya tho mara pas 2 row result aya, Ek different row ka and 3 same masa ek ka Q?

    • @YahooBaba
      @YahooBaba  5 ปีที่แล้ว +1

      Umer ek Associative array mein aap Ek (Key Name) ko ek hi baar use kar sakte ho.

  • @zanandaaditya1166
    @zanandaaditya1166 4 ปีที่แล้ว

    Sir how to make searching with this, use e foreach and if? Answer please

  • @sourishbanerjee2882
    @sourishbanerjee2882 3 ปีที่แล้ว

    sourish banerjee
    How to get inner associative array heading/value with looping

  • @jayantmudliyar1332
    @jayantmudliyar1332 4 ปีที่แล้ว

    sir multidimensional associative array or multidimensional array me difference kya he. konsa kab use karenge

    • @satishthakur1230
      @satishthakur1230 4 ปีที่แล้ว

      jisme key or values hon eg. "name"=>"jayant" ...is tarah ke array associative hote h

  • @Marcos_1997
    @Marcos_1997 4 ปีที่แล้ว

    sir table to bna nhi mere

  • @rightorwrong7666
    @rightorwrong7666 4 ปีที่แล้ว

    I subscribe your channel i hope i will benefit

    • @YahooBaba
      @YahooBaba  4 ปีที่แล้ว

      Thanks and welcome :)

  • @sourishbanerjee2882
    @sourishbanerjee2882 3 ปีที่แล้ว

    sourish banerjee

  • @brandedmunda6281
    @brandedmunda6281 3 ปีที่แล้ว

    php laravel start kara