first off how often does it need to run, to run every minute (assuming the script is on your local server you would put:
*/1 * * * /your/path/to/php /full/path/to/members/forum/mods/netclectic/find_input/includes/news_insert.php >/dev/null 2>&1
Otherwise, if it's on a foreign server, which wouldn't make sence make /your/path/to/php /your/path/to/curl or lynx
|