After pressing submit button of application form that i made where it will save? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

After pressing submit button of application form that i made where it will save?

7th Mar 2017, 2:13 AM
Meghana Venkatraman Patgar
Meghana Venkatraman Patgar - avatar
3 ответов
+ 10
It's not saved, it's sendig to the server, where you need to handle it at your convenience ^^
7th Mar 2017, 3:03 AM
visph
visph - avatar
+ 7
Nowhere. You have to save it to the database
7th Mar 2017, 2:51 AM
Patrik Sokol
Patrik Sokol - avatar
+ 2
execute by programming file where you attribute action place. <form action="example.php" method="post">. that you post the value of form to example.php to proses.
7th Mar 2017, 3:47 AM
Zainal Mubarok
Zainal Mubarok - avatar