Accessing a web server [through script]

It’s a couple of days I am searching Internet and THIS forum, but I cannot find anyone asking this… I simply need to access every two o so minutes a specific page on a web server (http->PHP). I really don’t need to capture/process the answer while my need is just to activate the PHP script on the server itself. Is the only way to “/system telnet www.myweb.com 80” or is there a better solution? In the former case, it is a bit tricky (but not impossible) to send something clever to the server in order to activate my PHP script.

Maybe

/tool fetch url="http://www.example.com/" mode=http

will help you

Yes, that is exactly what I need. Just tested: works fine. Thanks!