PHP script to read CSV file returning echo more than once
I've pulled together a radio schedule PHP script to read a CSV file and post the results on a website depending on time and date. However, it appears to be posting twice. Here is the script: <?php // Step 1:…