I'm going to use this as a cronjob, I'm trying to loop through all of the rows in a table in my database, then update each item in the the row. (I update by calling another website's API to get updated information.) I connect to the database using PDO. My code:I'm going to use this as a cronjob, I'm trying