How to update data using onchange event selected value | JavaScript with PHP and MySQL | E-CODEC

How to update data using onchange event selected value | JavaScript with PHP and MySQL | E-CODEC

E-CODEC

2 года назад

25,985 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Zana Mst
Zana Mst - 28.09.2023 06:51

Thank you so much for this hehehe it's working fine

Ответить
Roy Hilton
Roy Hilton - 13.09.2023 12:39

A great tutorial and pleasant background music

Ответить
Francisco Yap
Francisco Yap - 10.02.2023 14:42

Can you share the source code for creating the "login" table for this tutorial?
I would really appreciate it.
Thank you very much!

Ответить
EMITTYARTS
EMITTYARTS - 20.01.2023 06:21

please sir make a video to display every 3 days from date. Like my village market days is always every 3 days. i wanted to create an input filed that a user can enter his date and the system will tell the user the next market days or if the date given is previous,the system should be able to tell the market days back at then. Please help. // The given date
$given_date=$_POST['given_date'];
if(isset($_POST['submit'])){
// Loop for 7 times
for($i=0; $i<7; $i++){
// Add 3 days to the given date
$new_date = date('Y-m-d', strtotime($given_date . ' +' . ($i*3) . ' days'));
// Display the new date
echo "<div class='sheetview'><p class='message'>$new_date .</p></div>";
}
}
?>
this my code but it's having draw backs.

Ответить
Karar Qasim
Karar Qasim - 10.01.2023 02:08

welcome everybody
In such a table, I want to modify all the data at once by pressing the Submit button.
please can you make a video how to make that

Ответить
Faris Azwar
Faris Azwar - 02.01.2023 09:51

how to do this process using JSP. Please help me

Ответить
Vibhanshu Vaibhav
Vibhanshu Vaibhav - 24.11.2022 09:19

Wasting time .. your code is not working 😓👎👎👎👎

Ответить
Chlorine
Chlorine - 15.09.2022 23:14

Eres un genio, Gracias!!!!!

Ответить
Amer Shehadeh
Amer Shehadeh - 31.07.2022 23:26

CAN WE DO SAME BY AJAX?, I tried BUT I AM NOT SUCCESS YET.

Ответить
Anupama Dilshan
Anupama Dilshan - 14.05.2022 21:35

It is working really well thank you so much.but i used ajax to pass data in to function page...anyway thank tou again i got new knowledge from this..🎉❣

Ответить