everything works but saving doesn't 
after posting variables to save.php I echo it:
echo $_POST['width'];
and result is 1280
but if I put this variable into mysql_query:
mysql_query('INSERT INTO statistika (id,aeg,resojavarvid) VALUES (0,NOW(),"'.$_POST['width'].'")');
it saves an empty fielt

and feel free to answer in german

after posting variables to save.php I echo it:
echo $_POST['width'];
and result is 1280
but if I put this variable into mysql_query:
mysql_query('INSERT INTO statistika (id,aeg,resojavarvid) VALUES (0,NOW(),"'.$_POST['width'].'")');
it saves an empty fielt



and feel free to answer in german
