Guest Posted May 9, 2013 Share Posted May 9, 2013 I am a beginner to PHP... I have been getting this error while connecting my form to database... Notice: Undefined index: UserName in E:\users\k028959b\webpages\Test\RegistrationForm\Registration.php on line 15 Notice: Undefined index: Surname in E:\users\k028959b\webpages\Test\RegistrationForm\Registration.php on line 15 Notice: Undefined index: Forename in E:\users\k028959b\webpages\Test\RegistrationForm\Registration.php on line 15 Notice: Undefined index: Password in E:\users\k028959b\webpages\Test\RegistrationForm\Registration.php on line 15 Notice: Undefined index: DateOfBirth in E:\users\k028959b\webpages\Test\RegistrationForm\Registration.php on line 15 Notice: Undefined index: Gender in E:\users\k028959b\webpages\Test\RegistrationForm\Registration.php on line 15 Notice: Undefined index: Email in E:\users\k028959b\webpages\Test\RegistrationForm\Registration.php on line 15 Notice: Undefined index: TelephoneNumber in E:\users\k028959b\webpages\Test\RegistrationForm\Registration.php on line 15 Notice: Undefined index: Address1 in E:\users\k028959b\webpages\Test\RegistrationForm\Registration.php on line 15 Notice: Undefined index: Address2 in E:\users\k028959b\webpages\Test\RegistrationForm\Registration.php on line 15 Notice: Undefined index: Address3 in E:\users\k028959b\webpages\Test\RegistrationForm\Registration.php on line 15 Notice: Undefined index: Postcode in E:\users\k028959b\webpages\Test\RegistrationForm\Registration.php on line 15 Error: Incorrect date value: '' for column 'DateOfBirth' at row 1 I have attached my complete code... Please someone help me out with this... Thanks in advance. form.php Registration.php strict.css Quote Link to comment Share on other sites More sharing options...
Jessica Posted May 9, 2013 Share Posted May 9, 2013 Most people aren't going to open up your files. Make sure you're checking that the form was actually submitted before trying to process it, and make sure the form field names match what you're looking for in the $_POST array. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.