Jump to content

Notice: Undefined index


zrweber

Recommended Posts

I have a form and a validation both on the same page, however I'm getting notices since I have undefined variables. How do I get around this?

 

 

Notice: Undefined index: submit in C:\xampp\htdocs\5dollar\register.php on line 10

 

Notice: Undefined index: password in C:\xampp\htdocs\5dollar\register.php on line 12

 

Notice: Undefined index: repeatpassword in C:\xampp\htdocs\5dollar\register.php on line 13

 

Notice: Undefined index: paypalemail in C:\xampp\htdocs\5dollar\register.php on line 14

 

$submit = $_POST['submit'];
$password = strip_tags($_POST['password']);
$repeatpassword = strip_tags($_POST['repeatpassword']);
$paypalemail = strip_tags($_POST['paypalemail']);

Link to comment
https://forums.phpfreaks.com/topic/228008-notice-undefined-index/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.