Cron Jobs with database interactions

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
amneo
User
Posts: 28

Cron Jobs with database interactions

Post by amneo »

How to allow easy code and library copy to a new page such that we have to only run the database command and close the connection?

$myResult = Execute("truncate document_log");
echo $myResult ;


mobhar
User
Posts: 11741

Post by mobhar »


Post Reply