|
-
Jun 23rd, 2012, 03:57 PM
#2
Lively Member
Re: Send form to two places to capture data from a user registration form?
It is doable using jQuery, or if you want the simplest way that I can think of:
The form posts to php1
php1 uses the values it needs
then it does a curl post to php2 with all the values from the form
php2 uses the values it needs
end
Shouldn't be too hard to fix
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|