Im trying to pull the info out of a form, login style for authentication without using headers.
Thing is, I’m using $_POST[“username”] and $_POST[“password”] to reference form fields and getting “Undefined Index” from them, where and how do I initialise this and how do I pass it to PHP? Keep in mind I am a beginner at PHP :-*