HTML Button press with php coding | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

HTML Button press with php coding

is anyone can press a HTML button with php???

31st Mar 2018, 1:37 AM
Muhammad Irfan āœ“
Muhammad Irfan āœ“ - avatar
6 Respostas
+ 3
i want submit a simple form with php coding form has 2 inputs fields for example one is name and 2nd input is email now i want a php function that can fill these 2 fields automatically with given values and submit the form
31st Mar 2018, 9:01 AM
Muhammad Irfan āœ“
Muhammad Irfan āœ“ - avatar
+ 3
It is not very clear what you are trying to say.
31st Mar 2018, 2:13 AM
Mickel
Mickel - avatar
+ 1
Muhammad Irfan I got it.! But i have a doubt in your question. Did you mean that.! The User gives a input somewhere and that values should be copied to some other input fields.. Am I correct in your question.?
31st Mar 2018, 1:04 PM
PaulyšŸ˜ŠšŸ’–
PaulyšŸ˜ŠšŸ’– - avatar
+ 1
Or did you mean that.. You should write a code which has these input values..! and these values should be pasted in the input fields form.?
31st Mar 2018, 1:08 PM
PaulyšŸ˜ŠšŸ’–
PaulyšŸ˜ŠšŸ’– - avatar
+ 1
i have 2 input field and 1 submit button and i already have given values that i want to put into input fields and submit tha form automatically with php
31st Mar 2018, 3:54 PM
Muhammad Irfan āœ“
Muhammad Irfan āœ“ - avatar
+ 1
How to submit a simple form with php programing In HTML file i have a form with 2 input field and 1 submit button Both the name field and the city field each have drop down choices. I want to create a php script that will randomly select a value from the dropdown of each of the fields, then submit. So, for example, one submission might be "irfan" for first name and "sota" for city. The next time the name and city chose rendom from drop-down list and submit. it's challenge for all php programmers.
31st Mar 2018, 3:55 PM
Muhammad Irfan āœ“
Muhammad Irfan āœ“ - avatar