When I try to run this query
$SQL = " SELECT * FROM info WHERE username = '$led_nem'";
$result = mysql_query($SQL);
while ($db_field = mysql_fetch_assoc($result)) {
$tsk = $db_field['group_task'];
}
I get this error
Notice: Undefined variable: led_nem in C:\xampp\htdocs\online\Online Task Management System\task_mem.php on line 71