Tag Archives: broken

Sometimes a misplaced } can be lost for 2 days.

While trying to make a php file that will be cron processed daily to read some CSV files, I decided to merge all csv file information into a database and control it all in one php file instead of one php file per CSV. After getting things working, I accidentally placed a while / do [...]