"Submit" Help...
-
-
Hi, I developed a Courses Student System Management.. in PHP, I published it to web.. And all i want is, To got anything the user types in the Registeration Page.. how can i do it ? I mean, i want to get all the user details that he type in mywebsite..
-
I know, i did it that way :) but i mean in my question: How can i send Form Data to my email :) ? (with the submit button)
modified on Monday, August 30, 2010 12:26 PM
-
I know, i did it that way :) but i mean in my question: How can i send Form Data to my email :) ? (with the submit button)
modified on Monday, August 30, 2010 12:26 PM
the way I'd do it would be to redirect to a new page(could be blank, could redirect at the page before) that will take data from the form and send it to the email. PHP command: bool mail ( string $to , string $subject , string $message [, string $additional_headers [, string $additional_parameters ]] ). More about this: here Paul.