send data PHP

viviansank

Newbie
Joined
Dec 2, 2012
Messages
7
Reaction score
1
i have 3 fields, and want transfer informations for 3rd. site, how i can ?
 
I can only guess what you want to do but it sounds as if you want to send form data from your site to a site you do not own. you simply have to set the action value of your form to the action value of the form you are imitating. the field names have to be identical too.
 
Back
Top