Topic: PHP: include
hi all. i'm attempting to write up a bittorrent tracker module for PunBB but i'm new at this stuff. i have one page that displays torrent info from the database, called puntracker.php. but i have another page called punscrape.php that scrapes other trackers and updates mysql. so my newb question is what's the best way to do this? can i just put
include(PUN_ROOT.'punscrape.php');
or something similar to evaluate the file or is this stupid? thanks for any tips.