How to update/edit data into database using PHP MySql

  Рет қаралды 126,417

Funda Of Web IT

Funda Of Web IT

Күн бұрын

Пікірлер: 74
@fundaofwebit
@fundaofwebit 3 жыл бұрын
Latest video with clear explanation to edit update data. kzbin.info/www/bejne/pJ64pZaca9CKfJo
@mayorca_institute
@mayorca_institute 3 жыл бұрын
How do I Edit this file after updating
@kabhikachambala3392
@kabhikachambala3392 2 жыл бұрын
@Funda Of Web IT Please can you show how To get id MY PROBLEM 👇example UPDATE table SET name= brk, age=jc WHERE ID=John The question how do I get ID (John)??? Please do Update data direct From Webpage.
@fundaofwebit
@fundaofwebit 2 жыл бұрын
kzbin.info/www/bejne/pJ64pZaca9CKfJo
@suchithranv502
@suchithranv502 3 жыл бұрын
You are god for me sir.. 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏 thousand thanks .. 🙏🙏🙏You saved me sir 😭😭😭😭
@claudiojavierlopezsalvador5659
@claudiojavierlopezsalvador5659 3 жыл бұрын
The idea of update is to modify what a record contains, I expected for you to PRE-LOAD the form with what is contained in the DB record, and then to edit it using the form, and then to update.
@kovacslilla157
@kovacslilla157 Жыл бұрын
You saved my life with this video! Thanks!
@doctmohamedabdo
@doctmohamedabdo 2 жыл бұрын
Really really very nice and very helpful. Thank you so much
@jettoblack9483
@jettoblack9483 3 жыл бұрын
You are the light of my life ! Thank you so much!
@amiraroseli3232
@amiraroseli3232 Жыл бұрын
thank you my code is workinggg
@Spiderlag
@Spiderlag 3 жыл бұрын
Thank you my friend! It was very helpful, worked like a charm
@mistacode
@mistacode 4 жыл бұрын
thanks again for your help keep doing..
@pedropaiva3400
@pedropaiva3400 4 жыл бұрын
Thank you for the help, keep doing well. :)
@kainatgull1840
@kainatgull1840 3 жыл бұрын
can you send the source code you tried through mail
@mwahid10
@mwahid10 2 жыл бұрын
Thanks, perfect and simple!!!!!
@ThatThing1020
@ThatThing1020 2 жыл бұрын
you saved me for real 😍
@EWneiL
@EWneiL 3 жыл бұрын
Thank you very much! Helped a lot!!!
@invsg5072
@invsg5072 3 жыл бұрын
That's great, thanks 👍👍👍
@fabrizioalpuche5984
@fabrizioalpuche5984 2 жыл бұрын
I fucking love you broooo
@Антон-н1в
@Антон-н1в 3 жыл бұрын
как всегда, меня выручает умный индус, спасибо!
@udityadutta8929
@udityadutta8929 2 жыл бұрын
Thank u so much sir
@exogendesign4582
@exogendesign4582 4 жыл бұрын
Please make simple content management system from scratch front and back end plsss
@ayushpansari274
@ayushpansari274 3 жыл бұрын
thank you for this video , this video is very help full .
@luvgohel4602
@luvgohel4602 2 жыл бұрын
thnk u brother 😄
@elizabethgrant6018
@elizabethgrant6018 3 жыл бұрын
Thank you!
@4101ashish
@4101ashish 4 жыл бұрын
how the user will know the ID ??? better to display the data in table and add and edit button then pass it on another form
@kainatgull1840
@kainatgull1840 3 жыл бұрын
im continously getting the message data not update? update profile info body{ background-color:whitesmoke; } input{ width : 40%; height: 5%; border:1px; border-radius: 05px; padding : 8px 15px 8px 15px; margin: 10px 0px 15px 0px; box-shadow: 1px 1px 2px 1px grey; } Update Profile information
@senthilnathan712
@senthilnathan712 4 жыл бұрын
Hi bro, one doubt input type file attachment can you do on this crud operation
@shumailaaslam1265
@shumailaaslam1265 5 жыл бұрын
Dear i have a task to fetch data in text box by finding id but datashow in in same table where insert query work please help me
@Yusful001
@Yusful001 3 жыл бұрын
Please 🙏🏼🙏🏼🙏🏼 drop your name ..... I will love to have almost the video you've done html, JavaScript, MySQL and php
@dheerajsirsikar9657
@dheerajsirsikar9657 4 жыл бұрын
I want to update photo with particular id, what should I do?
@ersazidsaifi9727
@ersazidsaifi9727 4 жыл бұрын
I login particular id and i want update data of that id. What i do??
@arvind23prasad
@arvind23prasad 5 жыл бұрын
please tell me where is the problem. I have done as same as shown in your video. But when I am trying to update data it shows "Data Not Updated". I have also check the db name and fields name. updation body{ background-color:whitesmoke; } input{ width : 40%; height: 5%; border:1px; border-radius: 05px; padding : 8px 15px 8px 15px; margin: 10px 0px 15px 0px; box-shadow: 1px 1px 2px 1px grey; } Updating of Data into Arvind Prasad Database using PHP
@fundaofwebit
@fundaofwebit 5 жыл бұрын
$your_id = $_POST['id']; $fname = $_POST['fname']; $lname = $_POST['lname']; $email = $_POST['email']; $password = $_POST['password']; $address = $_POST['address']; $phone = $_POST['phone']; $query = "UPDATE employee SET fname='$fname', lname='$lname', email='$email', password='$password', address='$address', phone='$phone' WHERE id='$your_id' "; $query_run = mysqli_query($connection, $query);
@mohammadjaved485
@mohammadjaved485 2 жыл бұрын
How to upload Pdf 8n database and display pdf file in new web pages by I'd ?
@VaradT_15
@VaradT_15 4 жыл бұрын
When we have multiple email id's of people stored in our database. .can we make Gmail group of those people and send email automatically without manual forming the group?
@xtylishbilli8496
@xtylishbilli8496 4 жыл бұрын
How can i update data into multi table at a time.... Using php.... Plz guide me
@amiruljalil1560
@amiruljalil1560 3 жыл бұрын
please sir, help me. i already follow everything just like you did but it cannot update the data. Update User Info body{ backgroud-color:whitesmoke; } input { width:40%; height: 5%; border: 1px; border-radius: 05px; padding: 8px 15px 8px 15px; margin: 10px 0px 15px 0px; box-shadow: 1px 1px 2px 1px grey; } Updating User Info i dont know where i get wrong
@fundaofwebit
@fundaofwebit 3 жыл бұрын
$name = $_POST['name']; "UPDATE personalinfo SET name='$name', material='$matrial' WHERE id='$id' ";
@dilsherbalouch
@dilsherbalouch 4 жыл бұрын
Is there any way to show data in text fields to edit
@fundaofwebit
@fundaofwebit 4 жыл бұрын
Get data in textbox.. kzbin.info/www/bejne/o6upgoyCarera80 Update data from textbox.. kzbin.info/www/bejne/bnbRkJp8aLhseKs
@muchopeanut22
@muchopeanut22 3 жыл бұрын
it says data not updated for me... which part do you think my mistake?
@AR-15K1
@AR-15K1 4 жыл бұрын
Uncaught Error: Call to undefined function mysqli_connection(), how can i resolve it? im using xampp, i've done the database and ecc ecc, this error is from the index.php i have made, pls help me
@AdityaGupta-ke1vd
@AdityaGupta-ke1vd 4 жыл бұрын
sir, I am getting undefined index for submit I am writing the same as u have written, please help me.
@paulpagcaliwangan5137
@paulpagcaliwangan5137 4 жыл бұрын
when i submit all the data will update. not the specific id. thanks whats wrong.
@hristotanchev6036
@hristotanchev6036 3 жыл бұрын
oke
@jezreelleop2609
@jezreelleop2609 2 жыл бұрын
What are your query?
@taniapromi4075
@taniapromi4075 4 жыл бұрын
i did the exactly same thing u did , but mine is not getting updated ..... its only showing not updated :( what should i do
@joenieakilimali9720
@joenieakilimali9720 3 жыл бұрын
mine too , did you find a way ro do it?
@lefegoenterprise1455
@lefegoenterprise1455 4 жыл бұрын
What if you only want to update one value
@ananyarajeev8199
@ananyarajeev8199 3 жыл бұрын
Could you please upload the source code
@graphicguru5902
@graphicguru5902 5 жыл бұрын
Sir form mein agar image bhi ho toh kya karein??
@fundaofwebit
@fundaofwebit 5 жыл бұрын
Aap puch rahe ho ki.... form k andr image use kar rahe hai toh kya kare... So.. to use image in form.. u hv to mention.. the form tag I.e.. action="" method="post" enctype="multipart/form-data" And input type="file"
@Brlitzkreig
@Brlitzkreig 2 жыл бұрын
Hello Sir is there any chance you could release the source code?
@kmattthephonefarmer4028
@kmattthephonefarmer4028 3 жыл бұрын
I keep getting my error message
@pchaitanya6985
@pchaitanya6985 3 жыл бұрын
Brother how can I contact you
@Jay-lx8ch
@Jay-lx8ch 2 жыл бұрын
Hi would you mind to share ur coding?
@fundaofwebit
@fundaofwebit 2 жыл бұрын
www.fundaofwebit.com/php/update-data-into-database-in-php-mysql
@muhammaddaniel8463
@muhammaddaniel8463 3 жыл бұрын
bro why my data cant updated bro :D
@doroshamlifestyle4064
@doroshamlifestyle4064 4 жыл бұрын
not get any thing what r u doing
@mo_oc7142
@mo_oc7142 5 жыл бұрын
didn't work
@fundaofwebit
@fundaofwebit 5 жыл бұрын
PHP - CRUD: kzbin.info/aero/PLRheCL1cXHrsxB2aUyfNMxr50XMKwQoa1
@poolwise1622
@poolwise1622 3 жыл бұрын
And your PC wallpaper color combination is weird.
@poolwise1622
@poolwise1622 3 жыл бұрын
useless video no benefit to me. Fetch the data from database then the fields will be filled with that data you fetch from database and then change it.
@joenieakilimali9720
@joenieakilimali9720 3 жыл бұрын
i did like you but its still not update
@fundaofwebit
@fundaofwebit 3 жыл бұрын
i think you have given single quote ( ' ) in your table name, instead use tilde symbol ( ` ). you can even use without tilde symbol as given below: $query = "UPDATE yourtablename SET col1='$var1', col2='$val2', col3='$var3' WHERE id='$id' "; $query_run = mysqli_query($connection, $query); if($query_run) { echo "updated"; } else { echo "Not udpated"; }
@joenieakilimali9720
@joenieakilimali9720 3 жыл бұрын
@@fundaofwebit thank you I didn't put the coma
@kainatgull1840
@kainatgull1840 3 жыл бұрын
@@joenieakilimali9720 can you send me the code u used plz im getting the came error not matached
@joenieakilimali9720
@joenieakilimali9720 3 жыл бұрын
@@kainatgull1840 im sorry i've changed pc , i lost everything
@kainatgull1840
@kainatgull1840 3 жыл бұрын
@@joenieakilimali9720 no problem
how to delete data from database using PHP Mysql
16:25
Funda Of Web IT
Рет қаралды 11 М.
how to search data and update it into database using PHP MySql
19:36
Funda Of Web IT
Рет қаралды 17 М.
How Strong is Tin Foil? 💪
00:26
Preston
Рет қаралды 73 МЛН
escape in roblox in real life
00:13
Kan Andrey
Рет қаралды 73 МЛН
Шок. Никокадо Авокадо похудел на 110 кг
00:44
Пришёл к другу на ночёвку 😂
01:00
Cadrol&Fatich
Рет қаралды 10 МЛН
How to Upload / Insert an IMAGE into DataBase using PHP Mysql
21:49
Funda Of Web IT
Рет қаралды 53 М.
PHP CRUD | Create Read Update Delete Queries in PHP MySQL
51:10
Madu Web Tech
Рет қаралды 128 М.
How to Insert Form Data into Database using PHP
10:41
Code With Yousaf
Рет қаралды 23 М.
PHP Connect to MySQL Database | 2 Methods
6:21
CodeFlix
Рет қаралды 197 М.
how to search data from database in textbox using PHP MySql
15:32
Funda Of Web IT
Рет қаралды 79 М.
Save HTML Form Data to a MySQL Database using PHP
24:38
Dave Hollingworth
Рет қаралды 201 М.
how to insert a dropdownlist value into database using PHP Mysql
21:17
Funda Of Web IT
Рет қаралды 85 М.
How to retrieve a single data/record from database using php mysql
15:35
Funda Of Web IT
Рет қаралды 106 М.
How Strong is Tin Foil? 💪
00:26
Preston
Рет қаралды 73 МЛН