i got the CRON working, kind of.
<?
require ( "conf" );
$now = date("Ymd");
$now1 = date("Hi");
$botworkday = date("W b e, Y");
$sql = "INSERT INTO news(news_date, news_category) VALUES('$now',5)";
$add_rating_rs = $conn->Execute($sql) or die ( $conn->ErrorMsg() );
?>
This is the error I am getting:
www/time.php: line 1: ?
: No such file or directory
www/time.php: line 2: syntax error near unexpected token "conf.php"'
www/time.php: line 2:require ( "conf.php" );
'