@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.
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.
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
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; }
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?
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
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"
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"; }
Latest video with clear explanation to edit update data.
th-cam.com/video/nmUtcf6kWF8/w-d-xo.html
How do I Edit this file after updating
@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.
th-cam.com/video/nmUtcf6kWF8/w-d-xo.html
You are god for me sir.. 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏 thousand thanks .. 🙏🙏🙏You saved me sir 😭😭😭😭
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.
You saved my life with this video! Thanks!
Really really very nice and very helpful.
Thank you so much
thank you my code is workinggg
You are the light of my life ! Thank you so much!
Thank you my friend! It was very helpful, worked like a charm
Thanks, perfect and simple!!!!!
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
you saved me for real 😍
That's great, thanks 👍👍👍
Thank you for the help, keep doing well. :)
can you send the source code you tried through mail
Thank u so much sir
thnk u brother 😄
как всегда, меня выручает умный индус, спасибо!
Thank you very much! Helped a lot!!!
thanks again for your help keep doing..
I fucking love you broooo
Please make simple content management system from scratch front and back end plsss
How to upload Pdf 8n database and display pdf file in new web pages by I'd ?
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
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
$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);
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
it says data not updated for me... which part do you think my mistake?
thank you for this video , this video is very help full .
What are your query?
Hi bro, one doubt input type file attachment can you do on this crud operation
I want to update photo with particular id, what should I do?
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
$name = $_POST['name'];
"UPDATE personalinfo SET name='$name', material='$matrial' WHERE id='$id' ";
Please 🙏🏼🙏🏼🙏🏼 drop your name ..... I will love to have almost the video you've done html, JavaScript, MySQL and php
I login particular id and i want update data of that id. What i do??
when i submit all the data will update. not the specific id. thanks whats wrong.
What if you only want to update one value
Is there any way to show data in text fields to edit
Get data in textbox..
th-cam.com/video/mzFQYL5Rx5k/w-d-xo.html
Update data from textbox..
th-cam.com/video/8En_gF3S9BI/w-d-xo.html
sir, I am getting undefined index for submit
I am writing the same as u have written, please help me.
How can i update data into multi table at a time.... Using php....
Plz guide me
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?
i did the exactly same thing u did , but mine is not getting updated ..... its only showing not updated :( what should i do
mine too , did you find a way ro do it?
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
Thank you!
Brother how can I contact you
Hello Sir is there any chance you could release the source code?
Hi would you mind to share ur coding?
www.fundaofwebit.com/php/update-data-into-database-in-php-mysql
Could you please upload the source code
Sir form mein agar image bhi ho toh kya karein??
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"
I keep getting my error message
oke
bro why my data cant updated bro :D
not get any thing what r u doing
i did like you but its still not update
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";
}
@@fundaofwebit thank you I didn't put the coma
@@joenieakilimali9720 can you send me the code u used plz
im getting the came error not matached
@@kainatgull1840 im sorry i've changed pc , i lost everything
@@joenieakilimali9720 no problem
And your PC wallpaper color combination is weird.
didn't work
PHP - CRUD: th-cam.com/play/PLRheCL1cXHrsxB2aUyfNMxr50XMKwQoa1.html
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.