Hi Rob, thanks for your quick reply! Am Donnerstag 08 Februar 2007 19:22 schrieb Robert Cummings: > I don't suppose you checked the man page for wget did you? shame on me: I didn't RTFM ;) Now having done so, I wonder if I can store the cookie file with every call or if I should store it once manually and use the file with every cronjob call? Something like: getcookie_once: wget --save-cookies cookies.txt \ --keep-session-cookies http://my.domain/tracker.php refresh_hourly: wget --load-cookies cookies.txt http://my.domain/tracker.php ? Thanks again Ralf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php