can we post data without using submit button i php????? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

can we post data without using submit button i php?????

post the data in next php page with out using post key word..

11th Jul 2017, 4:51 AM
dixu
dixu - avatar
4 Answers
+ 3
You can send post data without having the user click the submit button by using ajax.. You are not forced to use POST method but it is more secure than GET as the data you send are not visible in the url!
11th Jul 2017, 5:35 AM
Drax
Drax - avatar
0
thank u
11th Jul 2017, 8:56 AM
dixu
dixu - avatar
0
Using JavaScript,Java Liabrary, make submit button without reloding.
14th Jul 2017, 2:13 AM
Vinay
Vinay - avatar
0
thanx
14th Jul 2017, 3:56 AM
dixu
dixu - avatar