Posted: Fri Oct 28, 2005 4:24 pm
Please post your new code (with all of the changes that have been suggested in this thread). An undefined index error is when you try to use an array variable that has not been set, like if I say thatrajan wrote:when i click use account it give following error message
Notice: Undefined index: txtEmail in /home/www/livepcdoctor.com/pcdoctor/operator/account1.php on line 227
Array ( [radiobutton] => 1 hours [Submit] => Use Account [prosel] => TRUE )
Notice: Undefined index: txtEmail in /home/www/livepcdoctor.com/pcdoctor/operator/account1.php on line 265
when i click on stop timer i get the following error message
Notice: Undefined index: txtEmail in /home/www/livepcdoctor.com/pcdoctor/operator/account1.php on line 265
i am tired to find the solution. can i make this on other way
Code: Select all
$email = $arrayVar['email'];