Script automation from the command line (part 2 of 2)
We’re back to finish part 2 of our command line PHP script to run our cron jobs. We’ll start by creating a new file titled update_prices.php. This filename should describe the overall goal you are intending to perform. The first step is to include the database connector class, a methods class and our previously…