Hi,
I'm looking for some basic guidance on the best method to automate the following task:
1) Pull some basic data / image from a database.
2) 24 hours later go back to database and redo the above to replace current content with new content.
I've looked around and can't find scripts close enough to the above for me to work out the best way to approach it. I know it involves two basic concepts:
1) Some sort of date / time comparison to control the 24hr update sequence (no date or timestamp is included in the Db table to be used).
2) Some way to randomly pick replacement content from the Db by id number.
Any suggestions or script samples are welcome. Not looking for any finished scripting here just pointers / samples on how best to approach it.
Many thanks,
Gary Crighton
I'm looking for some basic guidance on the best method to automate the following task:
1) Pull some basic data / image from a database.
2) 24 hours later go back to database and redo the above to replace current content with new content.
I've looked around and can't find scripts close enough to the above for me to work out the best way to approach it. I know it involves two basic concepts:
1) Some sort of date / time comparison to control the 24hr update sequence (no date or timestamp is included in the Db table to be used).
2) Some way to randomly pick replacement content from the Db by id number.
Any suggestions or script samples are welcome. Not looking for any finished scripting here just pointers / samples on how best to approach it.
Many thanks,
Gary Crighton