Skip to content
Shattered Multimedia – Built with love
Built with love
Shattered Multimedia - Built with love
  • Blog
  • Home
Search:
  • Blog
  • Home

Category Archives: Script Automation

You are here:
  1. Home
  2. Category "Script Automation"

Script automation from the command line (part 2 of 2)

Command Line, PHP Development, Script AutomationBy sh_adminJuly 6, 2011Leave a comment

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…

Script automation from the command line (part 1 of 2)

Command Line, PHP Development, Script AutomationBy sh_adminJune 30, 2011Leave a comment

The best part about working with talented PHP Developers in the workplace is learning techniques to make us better developers. Last week I was required to create an automated PHP script to convert a data file of a legacy application into a newly created internal web app. After completing it, a workmate of mine; Tom…

Go to Top