Sending form data from one server to another
Posted: Wed Nov 20, 2013 2:55 am
I have a class project. Its not really REQUIRED but it would help my other class members understand how forms work. Its a HTML & CSS class. I only took the class to get the prerequs out of the way for better classes.
Now for this class my school doesnt allow the students to have access to ANY php so my classmates cant make their own contact form. Atleast not one that will work.
So my question is, is it possible for me to create the "mail.php" script on my server and have them send it FROM the school server TO my web server. Then from my web server it will handle the data and send the email. I know this is a possible security hole but the people in this class arent very computer savy anyway. So would I do this via a post or get? Or do I have to use something alittle more involved?
Now for this class my school doesnt allow the students to have access to ANY php so my classmates cant make their own contact form. Atleast not one that will work.
So my question is, is it possible for me to create the "mail.php" script on my server and have them send it FROM the school server TO my web server. Then from my web server it will handle the data and send the email. I know this is a possible security hole but the people in this class arent very computer savy anyway. So would I do this via a post or get? Or do I have to use something alittle more involved?