PHP error

Hello,
I’m getting a Notice: Undefined index: action in C:\xampp\htdocs\myfolder\login.php on line 3 error in my code. There are several like this. I’m a beginner in PHP and need assistance in finding this error.

Any help would be great!

Thanks,
Kim

Kind of hard to help you without showing some php code. When (if) you do please wrap the code around the php tags - example [php]echo “Hello World!!!”;[/php]

My guess, you are reading the contents of a form and have a variable that looks like this $_POST[‘action’] and there is not a name action in your form.

Sponsor our Newsletter | Privacy Policy | Terms of Service