Forum Moderators: coopster

Message Too Old, No Replies

Form submitting to .php and then to multiple url's

         

chocorol

3:40 am on Feb 27, 2006 (gmt 0)

10+ Year Member



I have a form that I want to submit to several URL's. Since it's impossible to do this with just html, I am trying to send the info to a .php page and then have this page send the info to the other url's.

Do you know any script that would do this. Or do you have any suggestions?

Thanks in advance.

jatar_k

3:45 am on Feb 27, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



my suggestion would be to look into cURL [php.net] it can do exactly what you need.