basically I have a page sitting on another website that is used to collect information from a form submission and store it to the associated database.
the html (client side equivalent of what im looking for) would be:
<form action="submissionsite.com
<input type=text name=email value="someone@somewhere.c
<input type=text name=site value="http://yahoo.com">
<input type=text name=ip value="USERS.IP.ADDRESS">
</form>
Im looking to do the same type of POST submission except on the server side (ie have the PHP server transmit the data in the background).
Hope this clarifies things.
Thanks,
Rick
Main Topics
Browse All Topics





by: snoyes_jwPosted on 2005-10-05 at 11:57:35ID: 15024607
"the data is posted to another site"
What does that mean?