+ 1
HTML Button press with php coding
is anyone can press a HTML button with php???
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
+ 3
It is not very clear what you are trying to say.
+ 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.?
+ 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.?
+ 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
+ 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.