Well then you know how it's fixed.
If you didn't have code to retrieve the name, email and comment from the form before then it didn't know how to access them. $_POST['x'] will retrieve values when the form's method is "post" and if the form's method is "get" you can use $_GET['x'].








Reply With Quote