Forum Moderators: coopster
if not then you could use lynx - try this post for more info:
[webmasterworld.com...]
re: cpanel - i don't. sorry.
p.s. if you search these forums you'll find plenty of references to php and cron.
good luck
The command is simply:
wget -O /dev/null [example.com...]The -O /dev/null part means send the output to the null device so that no disk space is taken up with the HTML (or whatever) output from your script.