PHP REST API in Web Page Tutorial - II in Hindi Urdu

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • In this tutorial you will learn how use API data in web pages with php REST API tutorial in Hindi, Urdu.You can learn how to insert data in mysql database with php rest api and then how to update data with php rest api tutorial in hindi.
    ✅ PHP REST API CRUD Application : Source Code
    www.yahoobaba....
    ✅ PHP Tutorial in Hindi Playlist
    • ✅ PHP Tutorial in Hind...
    ✅ Official Website
    www.yahoobaba.net/
    ✅ Follow us on Facebook
    / yahooobaba
    ✅ Follow us on Twitter
    / yahooobaba
    ✅ Follow us on Instagram
    / yahoo_baba
    #php #ajax #phpmysql

КОМЕНТАРІ • 69

  • @harshitsareen2182
    @harshitsareen2182 4 роки тому +3

    Lockdown Ko sir full utilized kar rahe ho making every day each video. Great sir. Thanks

  • @asifahmadahmad61
    @asifahmadahmad61 4 роки тому +1

    jsonData function is very helpful. thank you Sir.
    Question: OOPS me format, rest_controller, lang, rest files kya use hai, agar aapke btaaye hue methods se API ban jati hai??

  • @birenjung
    @birenjung Рік тому

    very nice tutorial. learning a lot. thank you sir.

  • @faizvora7979
    @faizvora7979 2 роки тому

    Thanks Great Explanation

  • @monkis7343
    @monkis7343 Рік тому

    but sir i think for loop is making difficult to understand the code so why we should not use the $.each loop instead of for . what's your opinion ?

  • @hirapmex
    @hirapmex 3 роки тому

    entendi todo lo que enseñaste y eso que casi no parlo ingles jaja geniales tutos gracias 11

  • @tanusmartvalue
    @tanusmartvalue 4 роки тому +1

    Sir One question more that I had started leaning JavaScript from starting but whatever you have taught and i have learn i'm not able to you them in real examples as compere to we can do in CSS
    I am learning 65 lesson of your lesson series, in which you have taught about DOM

    • @robitops1547
      @robitops1547 4 роки тому

      H.K share editz
      ajax is intermediate program of javascript, (Probably you not learnt yet, as your statement.
      2nd, here uses jQuery (javascript Library) , not just JavaScript.
      hope you got your answer.

  • @pvcool123
    @pvcool123 4 роки тому

    Thank you sir for this video... Please make video's on Object oriented programming in PHP

  • @tanusmartvalue
    @tanusmartvalue 4 роки тому

    Please give answer sir.
    Firstly thanks so much to provide us tremendous content.
    I'm your one of unknown regular student Himashu kushavaha(Greater Noida) sir, I have been learning front end Web development for last 4 to 5 month and i have done CSS classes and Today I'm lesson 65 of your JavaScript lesson series. In which you have taught About DOM How to target CSS get/set.
    Sir i have a question related to CSS than
    I have have this HTML code.
    < div class="main">
    < div class="front"> .....
    < div class="back"> .....
    < /div>
    I want to know that I want that when i do :hover on MAIN div then i want that BACK div should be effected accord to my code.
    #ques- how to write targeting selector for it ??? Please give me answer sir.
    I had tried so many methods to target but i couldn't, some of them like this - .main:hover .back { ...... }
    .main:hover .main .back { ...... }

    • @YahooBaba
      @YahooBaba  4 роки тому +1

      document.getElementsByClassName("main")[0].addEventListener("mouseover", function(){
      /// what to do code comes here
      });

  • @AkhileshYadav-lv3kh
    @AkhileshYadav-lv3kh 4 роки тому

    very nice sir

  • @chandan_mishra18
    @chandan_mishra18 4 роки тому +1

    Sir mere sath ek error aa rha h jb hum data ko insert krwate h....mai saare fields ko jb fill kr ke save button pr click krte h toh koi action ni ho rha h and console me bhi kuchh error ni aa rha h..but jb database me check krte h toh data save ho chuka rhta h ya jb hum page ko refresh krte h tb bhi insert kiya gya data show hone lgta h but hum jb data fill kr ke save button pr click kr rhe h toh q vo action perform ni kr rha h kya issue ho skta h sir ?????

  • @dastgirakhtar9782
    @dastgirakhtar9782 4 роки тому

    Nice

  • @Abdulkalam-zg3bk
    @Abdulkalam-zg3bk 4 роки тому

    Hello, Thanks for all these videos. But I want to know when you will upload the video on bootstarp

    • @YahooBaba
      @YahooBaba  4 роки тому +1

      Soon

    • @Abdulkalam-zg3bk
      @Abdulkalam-zg3bk 4 роки тому

      One more thing I want to know I am a beginner and want learn the coding so which languages I need to learn in the begging.

    • @Abdulkalam-zg3bk
      @Abdulkalam-zg3bk 4 роки тому

      Waiting for the positive response

  • @adeelanjum8880
    @adeelanjum8880 3 роки тому

    Sir as you said API file can be used in application like website, android and iphone but in all these API files you used php code. Can we use this API file in android or iphone etc?

  • @ShahzaibKhan-wh5hh
    @ShahzaibKhan-wh5hh 4 роки тому

    nice bro plz

  • @Jatinder_Kaur1176
    @Jatinder_Kaur1176 4 роки тому

    Sir wordpress kab start hoga ? Maine new job try krni hai toh learn krni hai new things.ajkl yhi puchte h.

    • @YahooBaba
      @YahooBaba  4 роки тому +1

      Wordpress mein toh abhi minimum 2 to 3 months lagenge.

    • @Jatinder_Kaur1176
      @Jatinder_Kaur1176 4 роки тому

      @@YahooBaba oh oks

  • @JAdi811
    @JAdi811 4 роки тому

    Sir i have question. Is tutorial mai ap na data ko javascript object mai convert kiya aur phr json mai. Is sa pehly ajax php tutorials mai ap na data ko convert ni kiya like search k lae. Thori confusion ha clear kr dain

    • @YahooBaba
      @YahooBaba  4 роки тому +1

      Junaid yha maine aako 2 ways bataye hai Ajax ke sath kaam karne ke. JSON mein convert karne wala way new hai aur fast bhi. Jo maine search mein bataya hai wo toh old traditional way hai lekin wo bhi good hai.

    • @JAdi811
      @JAdi811 4 роки тому

      @@YahooBaba thank you 😊

  • @imjhassan2822
    @imjhassan2822 4 роки тому

    Very nice bro ❤️ ❤️ from 🇵🇰 🇵🇰 🇵🇰.
    Bro PHP And HTML interview Questions Download ni ho rhe inki PDF mil skti he Please Request?

  • @hindustan1858
    @hindustan1858 3 роки тому

    Sir same api yii2 se kaise bnaye kuch btaye

  • @buddhadeb28
    @buddhadeb28 4 роки тому

    Sir is this php corurse included with advance php?or it is only basic php?

    • @YahooBaba
      @YahooBaba  4 роки тому

      It's beginners to advance course

    • @buddhadeb28
      @buddhadeb28 4 роки тому

      @@YahooBaba sir full web development ke liye konsa konsa course sikhna parega ?plz make a video about this topic

  • @brandwavestudio
    @brandwavestudio 11 місяців тому

    Sir, I am stuck. Your Insert API is not working properly. When I refresh the web page then my data is showing, By the way, Insert is working fine. Please help me to fix this issue. How your code is running?

  • @ABHISHEKKUMAR-ne3rk
    @ABHISHEKKUMAR-ne3rk 4 роки тому

    Very healpful...source code mil sakta h

    • @YahooBaba
      @YahooBaba  4 роки тому

      Source code aap humari website se download kar sakte hai

  • @AmitKumar-n3e9b
    @AmitKumar-n3e9b 9 днів тому

    sir table ma data insert nahi ho rha ha

  • @farzamqureshi1389
    @farzamqureshi1389 2 роки тому

    Can we use $.each instead of for?

  • @mohammadmilonmahamud9860
    @mohammadmilonmahamud9860 4 роки тому

    Hello Sir,Can we get any Laravel Series for eCommerce Site??Please ensure me...

  • @bhagyalaxmiyadav3590
    @bhagyalaxmiyadav3590 3 роки тому

    how to display json data from api in html select

  • @prajapatiyash5930
    @prajapatiyash5930 3 роки тому

    Sir at the time of updating form I got "All field are required" I have checked that I'm giving edit-form id still I'm getting this error.

    • @YahooBaba
      @YahooBaba  3 роки тому

      I can't say anything without seeing your code.

    • @prajapatiyash5930
      @prajapatiyash5930 3 роки тому

      @@YahooBaba sir can I contact on instagram and I will share my code

  • @sagarnath4549
    @sagarnath4549 3 роки тому

    Sir, mujhe data nahi show ho raha hai webpage main

  • @360__Life
    @360__Life 3 роки тому

    sir....
    obj[arr[a].name]=arr[1].value:
    ye smjh nahi aee sir..
    kindly usse thore smjha de..

    • @YahooBaba
      @YahooBaba  3 роки тому

      obj[arr[a].name]=arr[1].value;
      obj["sname"] = "Ram";
      obj["sage"] = "25";
      obj["scity"] = "Delhi";

    • @360__Life
      @360__Life 3 роки тому

      @@YahooBaba nahi sir..mera matlab ye tha k values append kase ho rhe han???
      overwrite ku nahi ho rhe???

    • @YahooBaba
      @YahooBaba  3 роки тому

      Object toh pehle tha he nahi toh overwrite kiski value hogi. Pehle toh array tha aur uski key aur value ko humne Object mein dala hai.

  • @jeetghodasra3273
    @jeetghodasra3273 4 роки тому

    Sir rest API SE login or register hota hai ?

  • @sagarnath4549
    @sagarnath4549 3 роки тому

    sir, pls solution dijiye

  • @sagarnath4549
    @sagarnath4549 3 роки тому

    error bhi nahi show ho raha hai

  • @MaheshKumar-np9pj
    @MaheshKumar-np9pj 4 роки тому

    Sir mai soap api ki bol raha hu

    • @YahooBaba
      @YahooBaba  4 роки тому

      Dear waise toh Soap ka koi plan nahi hai abhi ... han agar banaunga bhi toh wo PHP course ke baad banadunga. Abhi next topics PHP OOPs aur Ajax ke remaining videos hai.

    • @MaheshKumar-np9pj
      @MaheshKumar-np9pj 4 роки тому

      @@YahooBaba sir mai soap api ki bol raha hu plz sir soap par tutorial banao na plz sir

    • @YahooBaba
      @YahooBaba  4 роки тому

      Main bhi Soap Api Ki he baat kar rha hun

    • @MaheshKumar-np9pj
      @MaheshKumar-np9pj 4 роки тому

      @@YahooBaba sir aap ka student hu plz sir soap api par tutorial bnao plz aur app mai aap ki baje se mera package 6lakh ka hai plz sir soap par tutorial bnao