UPDATE / EDIT Records In Database Table: PHP & MySQL

  Рет қаралды 292,758

Technotip

Technotip

Күн бұрын

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 жыл бұрын
Thanks a lot to youtube. The video is helpful for me.Everyone should take help from here.Again thanks to all.
@kavisanghavi2176
@kavisanghavi2176 8 жыл бұрын
Thanks a lot. Was stuck at a point and this video turned out to be a savior!!!
@technotipDOTorg
@technotipDOTorg 8 жыл бұрын
nice to know that .. :)
@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.
@technotipDOTorg
@technotipDOTorg 8 жыл бұрын
nice to know that it helps :)
@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..
@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
@groofdesigns7808
@groofdesigns7808 6 жыл бұрын
THANKS!!!! OMGGGG, I've been struggling with this all day! thanks again
@arunsasidharan744
@arunsasidharan744 7 жыл бұрын
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^
@unnatibhosale5839
@unnatibhosale5839 6 жыл бұрын
This video are useful in understanding php language.
@MrJonathanRB
@MrJonathanRB 9 жыл бұрын
Satish, This was the information that I was looking for. Thanks a lot
@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.
@kriziacarissepangan1590
@kriziacarissepangan1590 2 жыл бұрын
Hey brooo! Thank you so much! New subscriber here! God bless.
@dika1036
@dika1036 7 жыл бұрын
thank you so much your explanation was very clear to me
@AnilYadav-yp5zp
@AnilYadav-yp5zp 6 жыл бұрын
Great Tutorial thank you so much your explanation was very clear.
@HorrorVintage
@HorrorVintage 11 жыл бұрын
Great Video! Just what I was looking for.
@ahmedcomputerr594
@ahmedcomputerr594 11 жыл бұрын
Thank you man and i wish you every success
@soumyasahoo9070
@soumyasahoo9070 5 жыл бұрын
thanks bro ! really appreciate your help
@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.
@robinkanniks
@robinkanniks 11 жыл бұрын
How Do I make an Innerclick on the record table I want to click on ? You have "Edit" button.
@gsu12797
@gsu12797 11 жыл бұрын
Thanks. I have been looking for this.
@MrElSkat
@MrElSkat 9 жыл бұрын
This guy programs hardcore with Notepad. Programming in code editors is for the weak!
@danielrotich4718
@danielrotich4718 9 жыл бұрын
hardcore indeed
@technotipDOTorg
@technotipDOTorg 8 жыл бұрын
:) I was not satisfied with the editors I was using back then. So used Notepad.
@danielrotich4718
@danielrotich4718 8 жыл бұрын
sure.
@ThroughMyLens2K24
@ThroughMyLens2K24 7 жыл бұрын
Best comment ever
@1chan7
@1chan7 7 жыл бұрын
DAMN RIGHT!
@danipintus8511
@danipintus8511 9 жыл бұрын
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 ;)
@adrianaherrera7113
@adrianaherrera7113 8 жыл бұрын
Very very very thanks :) great tutorial.
@technotipDOTorg
@technotipDOTorg 8 жыл бұрын
thanks for the feedback ..happy to know that it helped
@mohammadimranisaq
@mohammadimranisaq 6 жыл бұрын
Amazing, solve the issue. Thanks alot.
9 жыл бұрын
Make sure, you using UTF-8 Encoding!
@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
@mgedier
@mgedier 11 жыл бұрын
Thank you very much bro! You helped me a lot! I did some changes and now is great thanksss!!!!
@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????
@andrewling2026
@andrewling2026 6 жыл бұрын
How is the code if there is multiple column to update such as name, contact, and address need help here....
@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.
@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?
@preciousathenacollado2496
@preciousathenacollado2496 10 жыл бұрын
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 жыл бұрын
+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?
@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?
@anthonylwin2510
@anthonylwin2510 11 жыл бұрын
how to edit two table at the same time.. THX if u teach me how to do
@iFFOKMedia
@iFFOKMedia 9 жыл бұрын
The video is good and thank you! but it should be better if you use notepad++, komodo or any other editor!
@syamilfuad5098
@syamilfuad5098 8 жыл бұрын
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);
@jonathanjrpaniza3815
@jonathanjrpaniza3815 7 жыл бұрын
good tutorial bro tnk you for the help
@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 жыл бұрын
you did not apply query on that page it is not asset it is isset
@petersababa4871
@petersababa4871 5 жыл бұрын
What if you want to update your password to a new password using forms.. how can you do it
@--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
@nimalviju196
@nimalviju196 5 жыл бұрын
Thanks for this tutorial..
@ADPenguin
@ADPenguin 8 жыл бұрын
show me how to search and update data from mysql database by using text box
@Music4Life5125
@Music4Life5125 7 жыл бұрын
this helps a lot! thanks Satish. subscribed! (y) do upload more related videos :)
@adriandica5713
@adriandica5713 10 жыл бұрын
very nice . keep posting
@iShah300
@iShah300 10 жыл бұрын
Satish bhai Can you do the same thing Codeigniter please
@anwarsadatayub3019
@anwarsadatayub3019 9 жыл бұрын
Great video
@danielbenedictmalaki9327
@danielbenedictmalaki9327 6 жыл бұрын
What if multiple FIELDS?
@boobalusp
@boobalusp 5 жыл бұрын
Thanks bro 😍👏
@billiarddaddy3
@billiarddaddy3 11 жыл бұрын
Very helpful. Thank you!
@jamessandler5322
@jamessandler5322 11 жыл бұрын
Great tut!
@mhiavalencia1200
@mhiavalencia1200 8 жыл бұрын
SIR CAN YOU MAKE A VIDEO FOR INSERTING AND UPDATING AND DELETING DATA IF POSSIBLE WITH AUTOMATIC TIMESTAMP? THANK YOU SIR. :(
@adrianaester450
@adrianaester450 7 жыл бұрын
Very very good!! Congratulations! Do you now how to reset the password ?back to 12345678 default new password? Thanks Satish
@sesonsbest
@sesonsbest 11 жыл бұрын
you're the best
@ivonnesanchez5935
@ivonnesanchez5935 9 жыл бұрын
thank you all lot man!
@CanBulut89
@CanBulut89 11 жыл бұрын
Where can i found db.php ?
@OmarKhaled-dw7oi
@OmarKhaled-dw7oi 5 жыл бұрын
THANNKK YOUU !
@eplazai
@eplazai 10 жыл бұрын
thanks dude!
@meracode9250
@meracode9250 6 жыл бұрын
It was useful video but it was not visible properly
@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!
@HariomKumar-mf4dq
@HariomKumar-mf4dq 5 жыл бұрын
Thanks sir but database not selected show ho rha h
@navarajheka6046
@navarajheka6046 10 жыл бұрын
thanks all a lot
@MrAlwynAlejandro
@MrAlwynAlejandro 10 жыл бұрын
thanks sir! :)
@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 KZbin video.
@zaydismaiil
@zaydismaiil 8 жыл бұрын
ok! thanks sir
@malakabdullah2240
@malakabdullah2240 7 жыл бұрын
could you share the source code please?
@ivana7929
@ivana7929 10 жыл бұрын
thanks a lot :)
@sambhavsurana4032
@sambhavsurana4032 6 жыл бұрын
Sir this is not work
@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.
@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 KZbin video.
@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 KZbin video.
@MK-oj3kj
@MK-oj3kj 8 жыл бұрын
anyone 2016?
@safdarali7240
@safdarali7240 6 жыл бұрын
o jhale kya nya bta rha hai.
@snapescalante3517
@snapescalante3517 11 жыл бұрын
:(
Delete / Remove Records In Database Table: PHP & MySQL
7:56
Technotip
Рет қаралды 92 М.
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 7 МЛН
The Joker wanted to stand at the front, but unexpectedly was beaten up by Officer Rabbit
00:12
PHP - Delete Records From MYSQL Database Using PHP
15:36
The Programming Geek
Рет қаралды 61 М.
Insert And Extract/Fetch Data From Database using PHP Script
11:32
PHP - Update Records In MYSQL Database Using PHP
22:21
The Programming Geek
Рет қаралды 153 М.
PHP Tutorial (& MySQL) #26 - Getting Data From a Database
7:16
Net Ninja
Рет қаралды 177 М.
Learn Database Normalization - 1NF, 2NF, 3NF, 4NF, 5NF
28:34
Decomplexify
Рет қаралды 1,9 МЛН
PHP CRUD (Create, Update, Delete)  with MySQL on a single page
27:13
Insert Data Into MySQL Database using jQuery + AJAX + PHP
12:13
Technotip
Рет қаралды 341 М.
Learn SQL + Database Concepts in 20 Minutes
24:34
Chandoo
Рет қаралды 59 М.
How to Fetch Data From Database in PHP And Display HTML Tables
20:17
OnlineITtuts Tutorials
Рет қаралды 200 М.