PHP filling out a remote form
Posted: Mon Dec 28, 2015 6:43 am
Hello All,
Kindly lets assume, a single web page that has two text boxes (e.g. First Name & Last Name) , a div , along with a button that calls a javascript function (Not submit button, just a regular button), the JS function then combine the first name and the second name and print the resulted full name onto the div within the same page.
Would you please advise how can i develop a small php page that fills out the above mentioned form and then click the button on the remote page.
Thank you all.
Kindly lets assume, a single web page that has two text boxes (e.g. First Name & Last Name) , a div , along with a button that calls a javascript function (Not submit button, just a regular button), the JS function then combine the first name and the second name and print the resulted full name onto the div within the same page.
Would you please advise how can i develop a small php page that fills out the above mentioned form and then click the button on the remote page.
Thank you all.