Hey can anyone tell me why im getting the following undefined notice for the code straight after:
Notice: Undefined index: login in C:\xampp\htdocs\Care2Share\loginC2S.php on line 43
[PHP]
<?php $form = "[/PHP]
I’m quite sure im collecting the text name ‘login’ from inside the definition of the variable $form. But im still getting that notice in the browser for the part of the code where im attempting to apply $_POST[‘login’] in the if statement condition.
Can anyone help? I am new to this so is probably a pretty straight forward solution.