Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need to fill a form in an external page. How can I do that in PHP
Posted
Comments
Peter Leow 23-Nov-13 7:41am    
What do you mean by external page? Do you mean to pass some data from say page1.html to fill up a form on page2.html?

1 solution

Sending the data throughout the URL, using the GET method.
 
Share this answer
 
Comments
Arnaldo P. Castaño 19-Dec-13 16:48pm    
I need to submit the form with the information of the form, not just include the information in the form
Arnaldo P. Castaño 19-Dec-13 16:48pm    
I have to make a post, not a get

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900