So i created a script that can send the temperature measures to database (easyPHP) and it works manually when i enter it in Putty (i use a RPi) but id doesn't work with cron (it's not sending any measures to database) , i'd like to receive the measures every 10 minutes, so i edited crontab -e (with root and pi account) to add the following:
10 * * * * /home/pi/1ft_www.py
Thank's you for help!