|
-
Jun 23rd, 2012, 03:57 PM
#1
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
-
Jun 23rd, 2012, 05:19 PM
#2
Thread Starter
Addicted Member
Re: Send form to two places to capture data from a user registration form?
Hello,
Thanks for the response. Firstly, I am glad you understand my problem and know how to fix it (as you said it is doable). I actually thought about jQuery but could not get my head around it for this task. So, I will go for the second option with PHP that you suggested. But how do I do that with what I have at the moment?
Secondly, you said it shouldn't be hard to fix. I will really appreciate your help with the fixing please.
I am not usually the kind of person that waits to be spoon-fed. But I have been going about this task (reading tutorials, etc) for some time now that I have become blind to even a simple solution.
Could you help me out with my posted code or share some other example code with me to modify please?
Your help will be MUCH appreciated.
Menre
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
|