“Visiting” a URL in PHP

noizestyler

New Member
The way my site is setup, I need to manually visit two URLs to trigger the mail system. One URL compiles a list of emails, another sends them off.I'd like to automate this using a cronjob, but here's the problem. I am using the Kohana framework and I don't think copy pasting the code within the controllers will work.The easiest way to accomplish what I am doing is to have the two URLs visited every 5 minutes or so. Is it possible to "visit" (for a lack of better word) sites in PHP?
 
Top