Jump to content

PHP error ---- Notice: Undefined index:


pavanki

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.