Sync started at: $currentTime"; // ----------------------------- // Teledramas Sync // ----------------------------- $startTeledrama = date('Y-m-d H:i:s'); echo "
Teledrama sync started at: $startTeledrama
"; $totalUpdated = updateTeledramasAndEpisodes($conn, $api_key, 0); $endTeledrama = date('Y-m-d H:i:s'); echo "Teledrama sync completed at: $endTeledrama
"; echo "Total teledramas updated: $totalUpdated
Programme sync started at: $startProgramme
"; $totalUpdated = updateProgrammesAndEpisodes($conn, $api_key, 0); $endProgramme = date('Y-m-d H:i:s'); echo "Programme sync completed at: $endProgramme
"; echo "Total programmes updated: $totalUpdated
"; $finished = date('Y-m-d H:i:s'); echo "