PHP form info - TechRepublic
General discussion
December 30, 2002 at 12:58 PM
elomis

PHP form info

by elomis . Updated 23 years, 4 months ago

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 :-*

This discussion is locked

All Comments