i currently attempting to develop an online loan application system.
i've been struggling with my login page for far too long..
after rewriting so many times,now im getting a parse error at this line
echo " ".$_POST['staffID'];
i really cant figure out wat cud be causing this(sory if i sound downright naive..but im still learning)
and another problem is,im only getting this in my browser:
Parse error: parse error at C://.............. at line 20.
its not telling what is the exact error.if i got a UNEXPECTED T_STRING or sumthing,i could at least try..and the code above was from an online tutorial.it looks just right to me(but then,my knowledge of php could be factor in that
i've already changed display_error in php.ini to On.
im not sure y my browser is still nt telling me the exact error...i would be so relieved if someone can help me..
thank you so much..