Это видео недоступно.
Сожалеем об этом.

Update MYSQL database table using PHP | Edit operation | PHP tutorials -57 [HINDI]

Поделиться
HTML-код
  • Опубликовано: 3 июн 2019
  • In this tutorial, we will update data of MYSQL database table using the PHP script. The update operation is known as edit operation.
    Here, we create a simple and easy web application to insert data, fetch data and update data by id.
    An update operation is a form of modification data.
    Part 2 is here-
    • Edit database data usi...
    PHP in Hindi -
    Array explode function in PHP in Hindi
    bit.ly/2Lz8hLK
    PHP in Hindi | Control structure - if ,ifelse nested ifelse
    bit.ly/2Ly7hqV
    PHP switch statements
    bit.ly/2Yfs6xy
    PHP in Hindi |for loop and types of loop
    bit.ly/2Y5GGTS
    while loop in PHP in Hindi
    bit.ly/2LAE1jh
    PHP in Hindi | do while loop
    bit.ly/2Lyqwku
    PHP in Hindi |foreach loop in PHP
    bit.ly/2StvhMs
    Complete PHP tutorials in Hindi
    bit.ly/32IsMuI
    bit.ly/2y0VFnI
    PHP tutorials -
    PHP GET method
    bit.ly/2ZHgQrw
    PHP POST method
    bit.ly/2GNEIkr
    PHP include function
    bit.ly/2Lca5Lg
    require function in PHP
    bit.ly/2Lbupwf
    request method
    bit.ly/2GMXWXE
    Complete PHP Tutorials
    bit.ly/2XVTyRi
    bit.ly/2TT3lAK
    Website
    technosmarter.com
    For any question use our Smarter QA platform.
    Ask the Question
    bit.ly/2Ee7LOj
    or other videos by Techno Smarter...Subscribe below links!!
    Facebook
    / technosmarter
    Twitter
    / technosmarter
    RUclips Channel
    plus.google.co....
    Instagram
    / technosmarter
    #technosmarter #PHPTUTORIALS #mysql #insert #display #programming #trending
    Reference -
    1. Upata MYSQL database table using PHP.
    2. Insert data into the database and edit.
    3. Update operation for MYSQL database.
    4. PHP tutorials for beginners.
    5. Language - HINDI
    .

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

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

    thnx alot Sir....

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

    Hello sir, When I try to update without image. In view page image becomes blank can you help me solve this?

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

      You have to make two conditions when you update data with or without image .
      1. If image temp is empty then update other database . Do not update image .
      2. If image temp is not empty then update only image and unlink old image then move new image and update name in database .
      You can create both conditions when image temp is empty or when image temp is not empty.

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

      @@TechnoSmarter Thank you Sir!

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

      Welcome

  • @nakummonish3264
    @nakummonish3264 2 года назад +1

    Delete query kaa video upload karo sir please

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

      Watch delete query in this video tutorial
      ruclips.net/video/LL_PIaoT2Ww/видео.html

  • @r.s.pagore6529
    @r.s.pagore6529 3 года назад

    sir can make video on notification system plz

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

    I try to make it. but data not showing in db.

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

      First, you have to insert then update the data.

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

    Notice: Undefined index: id in C:\xampp\htdocs\tecprac\updedit.php on line 3
    Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, bool given in C:\xampp\htdocs\tecprac\updedit.php on line 6
    solve my problem

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

      Kindly check your id in updedit.php page
      Like get id from url
      updedit.php?id=1
      Format
      page.php?id=value_of_row_id

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

    source co Please

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

    I am not getting the output name while running for the first time..plz help sir

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

      Kindly share your errors or eloborate more about it.

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

      @@TechnoSmarter sir, when I run our first form,where we have given all fields of a student ( dob, mobile,name,email, Password ) ,for once it takes values, and it gets inserted in table in db, but when I m running the other php file where you are giving table tags, on running that I don't get that name like u got Mohan displayed

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

      @@TechnoSmarter Plz help in giving how to solve this

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

      Ok , first off all fetch data by mysqli_fetch_array using while loop .
      Create correct select query then fetch by mysqli_fetch_array() function .
      Then use while and echo in the table .

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

      @@TechnoSmarterok thanks sir, but doing the exact same coding as yours ,also like if we consider our first form with all fields , in that also it takes data only once, and when I again run it, with new data it gives msg failed( means it runs the else part )