save to database with php,mysql and react js malayalam tutorial

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 49

  • @nithyajayaprakash2973
    @nithyajayaprakash2973 3 года назад +1

    Really helpful sir. The way of explanations is super !!. Done with the example of POST and GET.
    Input validations, event handling by referring this series of tutorial.. Thank you so much.. Waiting for
    the continuation of react js CRUD operations.

  • @stinfriends2086
    @stinfriends2086 Год назад +1

    Great one bro

  • @rosemariajdominic9810
    @rosemariajdominic9810 3 года назад +1

    Very good sir

  • @gtyu4408
    @gtyu4408 2 года назад

    Sir,JavaScript base arinjathinu shesham react js learn cheythu thudangamo? Atho JavaScript adavance level akano.????

  • @sandy359sandy
    @sandy359sandy 4 года назад

    Great presentation skills... 👍
    It will be helpful if you can include the security measures need to take while creating APIs in order to prevent SQL injection and all...

  • @arun_kjojo
    @arun_kjojo 3 года назад +1

    the preflight request also inserts values in DB. So 1 form argument has 2 row inserted.

    • @easycodes1586
      @easycodes1586 3 года назад

      i have a solution for it 1- just pass a flag or any indicator with form values ( in react ),in php just check it in ' if ( ) statement ' put the query inside the if () W P : 7907380188

    • @safvandanish6027
      @safvandanish6027 3 года назад

      @@easycodes1586 wonderful it worked for me

  • @skillgrowing
    @skillgrowing 3 года назад

    Great work!
    I have a doubt,
    When I tried to submit the button, 2 table fields are inserting, one with blank values and the other one is whatever we typed, and I'm getting two php files in chrome inspect.

  • @ajitjohn7000
    @ajitjohn7000 2 года назад

    When i add details to database table, data is added with a blank row every time.and i gets the alert msg 'not saved'. [that i corrected with if(response.data) instead of if(response.data=="success")]

  • @adarshkani2924
    @adarshkani2924 4 года назад

    Really helpful bro😃

  • @joyessebastian
    @joyessebastian 11 месяцев назад +2

    👍

  • @niravrk5446
    @niravrk5446 4 года назад +1

    Login with crud and logout വീഡിയോ വേണം

  • @lijilukos2985
    @lijilukos2985 3 года назад

    Python use cheith API create cheith Ajax call cheyyan pattuvo,

  • @mohamedmubaris5669
    @mohamedmubaris5669 3 года назад +1

    Node js mongodb vech ith repeat cheyyo

  • @rajalekshmir8308
    @rajalekshmir8308 3 года назад

    Enik api work avanilla...api.js src akath ano create chyndath

  • @frezgaming9754
    @frezgaming9754 3 года назад

    Sir I got this error when executing php file
    "Attempt to read property username on null" please tell me the solution

  • @shibinmohammed3595
    @shibinmohammed3595 4 года назад +1

    Webservice vere pagil ezuthi oru mvc method use cheyyunnathe konde performance issues vallathum undo. I mean get/post request ellam oru pagil function use chyethe set cheyunathil

  • @DeepaGeorge
    @DeepaGeorge 3 года назад

    can you show react and api with node?

  • @rahulleela
    @rahulleela 4 года назад

    താങ്ക്സ് broii🥰❤

  • @nithyajayaprakash2973
    @nithyajayaprakash2973 3 года назад +1

    Sir, Can we use JSP pages to create API and connect to MySQL?

    • @TintuVlogger
      @TintuVlogger  3 года назад +1

      We can use any server side technology to create APIs. I don't have experience with JSP pls check this url.
      metamug.com/amp/jsp/rest-api-with-jsp.html

    • @nithyajayaprakash2973
      @nithyajayaprakash2973 3 года назад

      @@TintuVlogger thanks a lot sir..

  • @H.Z-z6s
    @H.Z-z6s 3 года назад

    I have a problem in minute 23:41 .. when I click on preview or response this message is shown " Field to load response data: No content available for preflight request" .. can anyone help me ??!!

  • @rajalekshmir8308
    @rajalekshmir8308 4 года назад +1

    ok....DB ninum oru row select chyunath egna anuu ynnum kudi chyamo (normal while loop use chyum ethil mattam undo)? login form php session vilikkuth etc ..athinoke matttam undo reactjs il???

  • @deltagaming9974
    @deltagaming9974 3 года назад

    Login and Registration form using React js and PHP with MySQL onn cheyyamo sir

  • @cirilsmandoli7780
    @cirilsmandoli7780 3 года назад

    Can you make a video on how to read from a database and write it to an HTML page or something like that?

  • @haffiska1733
    @haffiska1733 4 года назад

    hi, can u make a video about Implementation of Material Ui in react

  • @rjamal6433
    @rjamal6433 4 года назад +1

    my onclick function call register method twice, plzz help me

    • @TintuVlogger
      @TintuVlogger  4 года назад

      Executing twice? Pls share the component code in js fiddle.

  • @bijoygeorge5061
    @bijoygeorge5061 3 года назад

    good

  • @vishnudasks
    @vishnudasks 4 года назад

    ഒരു Static website Header footer Suppurate ആക്കി ഫുള്‍ React ആക്കുന്ന ഒരു വീഡിയോ ചെയ്യാമോ???

  • @shibinmohammed3595
    @shibinmohammed3595 4 года назад +3

    Crud series complete aakene

  • @jasniyant859
    @jasniyant859 3 года назад

    When i add details to database table, data is added with a blank row every time.and i gets the alert msg 'not saved'.

    • @easycodes1586
      @easycodes1586 3 года назад

      i have a solution for it 1- just pass a flag or any indicator with form values ( in react ),in php just check it in ' if ( ) statement ' put the query inside the if () W P : 7907380188

    • @ajitjohn7000
      @ajitjohn7000 2 года назад

      $sqldelete="delete from users where dispn_name='' OR disp_name IS NULL";
      $resfinal = $con->query ($sqldelete); -This is for deleting Blank row. and if (response.data) instead of if (response.data=="success")

  • @sahirkolakkattil4306
    @sahirkolakkattil4306 4 года назад

    How to publish these application

    • @niravrk5446
      @niravrk5446 4 года назад

      Eject some comment there in npm

  • @DarkWebCode
    @DarkWebCode 4 года назад

    Thank👍👍👍

  • @lijomonphilip6655
    @lijomonphilip6655 4 года назад +1

    👍👌

  • @igu642
    @igu642 Год назад

    ❤❤

  • @codetheworld6721
    @codetheworld6721 3 года назад

    if(response.data="success") worked for me, if(response.data=="success") not worked for me...

  • @athiravs1271
    @athiravs1271 4 года назад

    Bootstrap cdn not working please help. MIME error occurring