Widget outputs the value but doesn’t save anything inside the textarea

change


echo ($instance['$jd1']); 
echo ($instance['$jd2']); 
echo ($instance['$jd3']); 

to


echo ($instance['jd1']); 
echo ($instance['jd2']); 
echo ($instance['jd3']); 

so basically remove the $

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)