UPDATE / EDIT Records In Database Table: PHP & MySQL

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024
  • technotip.com/1...
    Video tutorial demonstrates updating / editing of data / records from the database table and displaying it on the browser.

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

  • @mojidulislam7880
    @mojidulislam7880 9 лет назад +2

    Thanks a lot to youtube. The video is helpful for me.Everyone should take help from here.Again thanks to all.

  • @kavisanghavi2176
    @kavisanghavi2176 8 лет назад +2

    Thanks a lot. Was stuck at a point and this video turned out to be a savior!!!

  • @muhammadshoaib3005
    @muhammadshoaib3005 11 лет назад

    Thanks, i was trying to learn this edit procedure from so many days finally , your video teach me how to edit data. thanks again

  • @hasanahmad9993
    @hasanahmad9993 9 лет назад

    I like to give you thanks. you guys who contribute in knowledge sharing are better human in this earth.

  • @suryachandra2706
    @suryachandra2706 10 лет назад

    Thank you satish... it is very helpful to me.. you done a good job with out expecting anything from people.. thank you once again and keep it up..

  • @groofdesigns7808
    @groofdesigns7808 6 лет назад +1

    THANKS!!!! OMGGGG, I've been struggling with this all day! thanks again

  • @arunsasidharan744
    @arunsasidharan744 7 лет назад +1

    so helpful for beginners like me. Great job.

    • @technotipDOTorg
      @technotipDOTorg  7 лет назад

      Happy to know that it was helpful ..happy learning :)

  • @danielsilvavieira7198
    @danielsilvavieira7198 7 лет назад

    Thank you so much !
    I was stuck with a school project for my final highschool test ^o^

  • @shreemationline1632
    @shreemationline1632 11 лет назад

    Satish you explanations are very helpful and simple.Congrats keep on going.
    What if i want following
    two drop down list items
    Ex Dropdown A(Have list of 15 items)
    Dropdown B(relative to drop-down A;ex-If item 1 is selected from A say offices expenses then subhead should fetch data in B like stationary,pads etc)
    After submit it fetches me data corresponding to it

  • @unnatibhosale5839
    @unnatibhosale5839 6 лет назад

    This video are useful in understanding php language.

  • @rw7799
    @rw7799 7 лет назад

    great video first CRUD tutorial i ve done that actually worked. thanks .. have to do sqli injection now , so might be worth doing a modern one.

  • @MrJonathanRB
    @MrJonathanRB 9 лет назад +1

    Satish,
    This was the information that I was looking for. Thanks a lot

  • @AnilYadav-yp5zp
    @AnilYadav-yp5zp 6 лет назад

    Great Tutorial thank you so much your explanation was very clear.

  • @dika1036
    @dika1036 7 лет назад

    thank you so much your explanation was very clear to me

  • @ahmedcomputerr594
    @ahmedcomputerr594 11 лет назад

    Thank you man and i wish you every success

  • @soumyasahoo9070
    @soumyasahoo9070 5 лет назад +1

    thanks bro ! really appreciate your help

  • @HorrorVintage
    @HorrorVintage 11 лет назад

    Great Video! Just what I was looking for.

  • @MrElSkat
    @MrElSkat 9 лет назад +53

    This guy programs hardcore with Notepad. Programming in code editors is for the weak!

  • @gsu12797
    @gsu12797 11 лет назад

    Thanks. I have been looking for this.

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

    Hey brooo! Thank you so much! New subscriber here! God bless.

  • @mohammadimranisaq
    @mohammadimranisaq 6 лет назад

    Amazing, solve the issue. Thanks alot.

  • @mgedier
    @mgedier 11 лет назад

    Thank you very much bro! You helped me a lot! I did some changes and now is great thanksss!!!!

  • @adrianaherrera7113
    @adrianaherrera7113 8 лет назад

    Very very very thanks :) great tutorial.

    • @technotipDOTorg
      @technotipDOTorg  8 лет назад

      thanks for the feedback ..happy to know that it helped

  • @danipintus8511
    @danipintus8511 9 лет назад +4

    Hello thanks for the tutorial...but what if I want to edit a specific row record, cause I have a list of records....but...when I edit one it edits all ;((( why??? HELPPPPPP!!!!Thanks

    • @DevMensIT
      @DevMensIT 9 лет назад

      Dani Pintus using unique id you can edit specific row..

    • @danipintus8511
      @danipintus8511 9 лет назад

      ok thanks ;)

  • @adriandica5713
    @adriandica5713 10 лет назад

    very nice .
    keep posting

  • @nimalviju196
    @nimalviju196 5 лет назад

    Thanks for this tutorial..

  •  9 лет назад

    Make sure, you using UTF-8 Encoding!

  • @preciousathenacollado2496
    @preciousathenacollado2496 10 лет назад +3

    good tutorial! thanks! but I kept on getting these errors Notice: Undefined variable: row in C:\wamp\www\EGOV\edit.php on line 23
    Notice: Undefined variable: row in C:\wamp\www\EGOV\edit.php on line
    line 23: Last Name:

    • @pursue2101
      @pursue2101 9 лет назад +1

      +Precious Athena Collado yes same here bro. Did u figure it out? Seems it's not taking "if(asset($_GET['edit'])) statement as true? : ( and y is it not true?

    • @imanekhiati9004
      @imanekhiati9004 7 лет назад

      have you found the result of this error?

  • @Music4Life5125
    @Music4Life5125 7 лет назад +1

    this helps a lot! thanks Satish. subscribed! (y) do upload more related videos :)

  • @jonathanjrpaniza3815
    @jonathanjrpaniza3815 7 лет назад

    good tutorial bro tnk you for the help

  • @anwarsadatayub3019
    @anwarsadatayub3019 9 лет назад

    Great video

  • @billiarddaddy3
    @billiarddaddy3 11 лет назад

    Very helpful. Thank you!

  • @boobalusp
    @boobalusp 5 лет назад +1

    Thanks bro 😍👏

  • @rw7799
    @rw7799 6 лет назад

    this worked for me but iam not sure if the 'where id=$id' is correct. i used similar and it updated all the rows with same user id with the same row data..i had 20 rows affected. . i.e. all rows were the same if they had the same user id.
    i used a unique column and fixed it.

  • @iFFOKMedia
    @iFFOKMedia 9 лет назад

    The video is good and thank you! but it should be better if you use notepad++, komodo or any other editor!

  • @OmarKhaled-dw7oi
    @OmarKhaled-dw7oi 5 лет назад +1

    THANNKK YOUU !

  • @robinkanniks
    @robinkanniks 11 лет назад

    How Do I make an Innerclick on the record table I want to click on ? You have "Edit" button.

  • @laygae
    @laygae 7 лет назад

    Your video "UPDATE / EDIT Records In Database Table: PHP & MySQL " I have trouble with editing single quote example: the word something like don't , won't it doesn't work how do fix it. I try to use but I don't know where to place it. if you can help that would be great

  • @yogeshmane7275
    @yogeshmane7275 6 лет назад

    so i have to create link to another page..? but what if i have large amount of data...!! how can i edit it?? edit krne ke liye har entry ko new edit page se link krna padega????

  • @sesonsbest
    @sesonsbest 11 лет назад

    you're the best

  • @andrewling2026
    @andrewling2026 6 лет назад

    How is the code if there is multiple column to update such as name, contact, and address
    need help here....

  • @laludavara4787
    @laludavara4787 8 лет назад

    i want to fetch my database tabel's data in my matronic table and also with edit delete option can u help me?

  • @jamessandler5322
    @jamessandler5322 11 лет назад

    Great tut!

  • @--INDIAN--TRADER
    @--INDIAN--TRADER 9 лет назад

    thanks like it simple and straight forward MY Q-?>< is the code willbe the same in mysqli or disfferent if different kindly update as mysql is beign depreciated ...> correct me if i am wrong ... good luck ahead satish

  • @anthonylwin2510
    @anthonylwin2510 11 лет назад

    how to edit two table at the same time..
    THX if u teach me how to do

  • @maheshtharu705
    @maheshtharu705 9 лет назад

    I tried this although the data is inserted in database but while i tries to edit it show this error.
    Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\license\edit.php on line 7. So Plz replay soon what may be the casue.

  • @adrianaester450
    @adrianaester450 7 лет назад +1

    Very very good!! Congratulations! Do you now how to reset the password ?back to 12345678 default new password?
    Thanks Satish

  • @navarajheka6046
    @navarajheka6046 10 лет назад

    thanks all a lot

  • @syamilfuad5098
    @syamilfuad5098 8 лет назад +1

    what is inside db.php? may i know? because i got confused to connect to my database

    • @SanjeevBeekeeper
      @SanjeevBeekeeper 6 лет назад

      // db.php
      $conn = mysql_connect('host','username','');
      $db = mysql_select_db('db_name', $conn);

  • @ivonnesanchez5935
    @ivonnesanchez5935 9 лет назад

    thank you all lot man!

  • @pursue2101
    @pursue2101 9 лет назад

    Undefined variable: row on line 42
    do you know why it's undefined variable row? it's not reading my if(asset $_GET['edit']; condition?? is that it? and y? : ( tx

    • @khanbrothers3391
      @khanbrothers3391 7 лет назад +1

      you did not apply query on that page it is not asset it is isset

  • @MrMmmmms
    @MrMmmmms 9 лет назад

    Hi, I know this video is quite old, But is there a way to add a message that the name has been updated.

    • @MinecrafterMinecraft
      @MinecrafterMinecraft 9 лет назад

      sravan kumar Exactly where do you want this message? and how do you want it to be displayed?

  • @ADPenguin
    @ADPenguin 8 лет назад

    show me how to search and update data from mysql database by using text box

  • @petersababa4871
    @petersababa4871 5 лет назад

    What if you want to update your password to a new password using forms.. how can you do it

  • @iShah300
    @iShah300 10 лет назад

    Satish bhai Can you do the same thing Codeigniter please

  • @eplazai
    @eplazai 10 лет назад

    thanks dude!

  • @mhiavalencia1200
    @mhiavalencia1200 8 лет назад

    SIR CAN YOU MAKE A VIDEO FOR INSERTING AND UPDATING AND DELETING DATA IF POSSIBLE WITH AUTOMATIC TIMESTAMP? THANK YOU SIR. :(

  • @danielbenedictmalaki9327
    @danielbenedictmalaki9327 6 лет назад

    What if multiple FIELDS?

  • @MrAlwynAlejandro
    @MrAlwynAlejandro 10 лет назад

    thanks sir! :)

  • @ivana7929
    @ivana7929 10 лет назад

    thanks a lot :)

  • @meracode9250
    @meracode9250 6 лет назад

    It was useful video but it was not visible properly

  • @CanBulut89
    @CanBulut89 11 лет назад

    Where can i found db.php ?

  • @zaydismaiil
    @zaydismaiil 8 лет назад

    the video is amazing bt when you complete the code why not you post it completely as its

    • @technotipDOTorg
      @technotipDOTorg  8 лет назад

      you can find the code on the blog ..link to which can be found in the description section of RUclips video.

    • @zaydismaiil
      @zaydismaiil 8 лет назад

      ok! thanks sir

  • @HariomKumar-mf4dq
    @HariomKumar-mf4dq 5 лет назад

    Thanks sir but database not selected show ho rha h

  • @thenewendrit180
    @thenewendrit180 5 лет назад

    Hello, your code it's not secure.
    For example:You added a input hidden with value id, but you shouldn't do it!
    You need to save your id in a session, and not in input...because user can change it and can have acces in your database.
    $_SESSION[ID'[ = $row['ID]'
    This is correctly!
    Don't save your id an in input!
    Thanks!

  • @malakabdullah2240
    @malakabdullah2240 7 лет назад

    could you share the source code please?

  • @oweibor
    @oweibor 11 лет назад

    Please use notepad++ or coda as your editor for coding... using the basic notepad is really stressing my eyes... i keep looking for line numbers.. but ofcourse, there are non.
    i like your videos... ALOT.... but change your text editor.

  • @sambhavsurana4032
    @sambhavsurana4032 6 лет назад

    Sir this is not work

  • @viralandintertainmentvideo924
    @viralandintertainmentvideo924 8 лет назад

    delete ?

    • @technotipDOTorg
      @technotipDOTorg  8 лет назад

      You can find all those tutorials on the blog ..link is present in the description section of above RUclips video.

  • @MK-oj3kj
    @MK-oj3kj 8 лет назад

    anyone 2016?

  • @jakkaru7716
    @jakkaru7716 5 лет назад

    give some source code

    • @technotipDOTorg
      @technotipDOTorg  5 лет назад

      For full source code and notes follow the link present in the description section of above RUclips video.

  • @safdarali7240
    @safdarali7240 6 лет назад

    o jhale kya nya bta rha hai.

  • @snapescalante3517
    @snapescalante3517 11 лет назад

    :(